diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-11-07 20:44:00 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-11-07 20:44:00 +0000 |
| commit | 55b451bf382e0c3d5ed8728e42fbb535acfa8a33 (patch) | |
| tree | 094d9faca06cfffc89a872732db4ac3ef60508d9 /src/inkscape-private.h | |
| parent | Fix for Bug #1247985 (Incorrect implementation of plural forms). (diff) | |
| download | inkscape-55b451bf382e0c3d5ed8728e42fbb535acfa8a33.tar.gz inkscape-55b451bf382e0c3d5ed8728e42fbb535acfa8a33.zip | |
First step of moving tools into appropriate namespaces.
(bzr r12782)
Diffstat (limited to 'src/inkscape-private.h')
| -rw-r--r-- | src/inkscape-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkscape-private.h b/src/inkscape-private.h index 364e3dab6..d28ed223e 100644 --- a/src/inkscape-private.h +++ b/src/inkscape-private.h @@ -43,7 +43,7 @@ void inkscape_trackalt(guint); void inkscape_selection_modified (Inkscape::Selection *selection, guint flags); void inkscape_selection_changed (Inkscape::Selection * selection); void inkscape_selection_set (Inkscape::Selection * selection); -void inkscape_eventcontext_set (SPEventContext * eventcontext); +void inkscape_eventcontext_set (Inkscape::UI::Tools::ToolBase * eventcontext); void inkscape_add_desktop (SPDesktop * desktop); void inkscape_remove_desktop (SPDesktop * desktop); void inkscape_activate_desktop (SPDesktop * desktop); |
