diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-20 04:23:22 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-07-08 21:04:14 +0000 |
| commit | 3cc699e9dff14c6c48cb718d968d5c82977e4d6d (patch) | |
| tree | 97a4cf32c120ef61b068a8b2729a0f796fe5a818 /src/inkscape.h | |
| parent | add improvements to color handling (diff) | |
| download | inkscape-3cc699e9dff14c6c48cb718d968d5c82977e4d6d.tar.gz inkscape-3cc699e9dff14c6c48cb718d968d5c82977e4d6d.zip | |
working wth colors for icons
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 |
