summaryrefslogtreecommitdiffstats
path: root/src/inkscape.h
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-06-19 16:37:13 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-07-08 21:04:14 +0000
commit17187618d32ef44dfde4aa192f2d33a135c28d07 (patch)
tree5a982cb9cbc71ba6bd8b5fdf62a591adeefed93a /src/inkscape.h
parentAllow good render of multiples stylesheets (diff)
downloadinkscape-17187618d32ef44dfde4aa192f2d33a135c28d07.tar.gz
inkscape-17187618d32ef44dfde4aa192f2d33a135c28d07.zip
add improvements to color handling
Diffstat (limited to 'src/inkscape.h')
-rw-r--r--src/inkscape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkscape.h b/src/inkscape.h
index 2f0b7ec8f..c9bff2cf3 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(gchar *colornamedsuccess, gchar *colornamedwarning, gchar *colornamederror);
+ void get_higlight_colors(int &colorset, 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