diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-03-28 08:43:49 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-03-28 08:43:49 +0000 |
| commit | ecade0963967e2bf314b6f26fa31b112aaf9c633 (patch) | |
| tree | d24b12f23f1589867529dfa34015841f0957729e /src/ui/widget | |
| parent | try to fix g++ 4.1 compile errors (diff) | |
| download | inkscape-ecade0963967e2bf314b6f26fa31b112aaf9c633.tar.gz inkscape-ecade0963967e2bf314b6f26fa31b112aaf9c633.zip | |
more g++ 4.1 fixes (by inkblotter)
(bzr r318)
Diffstat (limited to 'src/ui/widget')
| -rw-r--r-- | src/ui/widget/color-picker.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget/color-picker.cpp b/src/ui/widget/color-picker.cpp index ef8c491d0..a8cdba61e 100644 --- a/src/ui/widget/color-picker.cpp +++ b/src/ui/widget/color-picker.cpp @@ -25,6 +25,7 @@ namespace Inkscape { namespace UI { namespace Widget { +void sp_color_picker_color_mod(SPColorSelector *csel, GObject *cp); ColorPicker::ColorPicker (const Glib::ustring& title, const Glib::ustring& tip, guint32 rgba, bool undo) |
