diff options
Diffstat (limited to 'src/tools-switch.h')
| -rw-r--r-- | src/tools-switch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools-switch.h b/src/tools-switch.h index 38b83b226..36dd8f80b 100644 --- a/src/tools-switch.h +++ b/src/tools-switch.h @@ -40,7 +40,7 @@ enum { int tools_isactive(SPDesktop *dt, unsigned num); int tools_active(SPDesktop *dt); void tools_switch(SPDesktop *dt, int num); -void tools_switch_by_item (SPDesktop *dt, SPItem *item); +void tools_switch_by_item (SPDesktop *dt, SPItem *item, Geom::Point const p); #endif /* !SEEN_TOOLS_SWITCH_H */ |
