diff options
Diffstat (limited to 'src/inkscape.h')
| -rw-r--r-- | src/inkscape.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkscape.h b/src/inkscape.h index c9bff2cf3..7f899393f 100644 --- a/src/inkscape.h +++ b/src/inkscape.h @@ -141,7 +141,7 @@ public: void selection_set (Inkscape::Selection * selection); void readStyleSheets(bool forceupd = false); Glib::ustring get_symbolic_colors(); - void get_higlight_colors(int &colorset, int &colorsetsuccess, int &colorsetwarning, int &colorseterror); + void get_higlight_colors(int &colorsetbase, int &colorsetsuccess, int &colorsetwarning, int &colorseterror); void eventcontext_set (Inkscape::UI::Tools::ToolBase * eventcontext); // Moved document add/remove functions into public inkscape.h as they are used |
