diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-04-14 14:10:45 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-04-14 14:10:45 +0000 |
| commit | ad33db6e13cd1aab4b26a4a4732607899323cadd (patch) | |
| tree | 84a95057b19297de53697762874f226ca99fe027 /src/ui/dialog/export.h | |
| parent | more c++ification in export dialog / fixing warning for in case of new and un... (diff) | |
| download | inkscape-ad33db6e13cd1aab4b26a4a4732607899323cadd.tar.gz inkscape-ad33db6e13cd1aab4b26a4a4732607899323cadd.zip | |
export dialog: type fix
(bzr r11246)
Diffstat (limited to 'src/ui/dialog/export.h')
| -rw-r--r-- | src/ui/dialog/export.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/export.h b/src/ui/dialog/export.h index 348a3e0e3..51b969b5e 100644 --- a/src/ui/dialog/export.h +++ b/src/ui/dialog/export.h @@ -170,7 +170,7 @@ private: * Inkscape selection change callback */ void onSelectionChanged (); - void onSelectioModified (guint flags); + void onSelectionModified (guint flags); /** * Filename modified callback |
