diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-14 23:24:17 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-14 23:24:17 +0000 |
| commit | 4c75974f2ac6bfe751e583fca37ffdd8b14ea84d (patch) | |
| tree | 22ce7ae0082ea2387a2349b9248b59d87953d32a /src/ui/widget | |
| parent | Fix another tonne of forward declaration tags (diff) | |
| download | inkscape-4c75974f2ac6bfe751e583fca37ffdd8b14ea84d.tar.gz inkscape-4c75974f2ac6bfe751e583fca37ffdd8b14ea84d.zip | |
Fix another load of forward declaration tags
(bzr r12205)
Diffstat (limited to 'src/ui/widget')
| -rw-r--r-- | src/ui/widget/registered-widget.h | 2 | ||||
| -rw-r--r-- | src/ui/widget/selected-style.h | 2 | ||||
| -rw-r--r-- | src/ui/widget/style-swatch.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/widget/registered-widget.h b/src/ui/widget/registered-widget.h index 2a7843a51..fa35b815e 100644 --- a/src/ui/widget/registered-widget.h +++ b/src/ui/widget/registered-widget.h @@ -32,7 +32,7 @@ #include <gtkmm/checkbutton.h> -class SPUnit; +struct SPUnit; class SPDocument; namespace Gtk { diff --git a/src/ui/widget/selected-style.h b/src/ui/widget/selected-style.h index 6d5222429..9b78cb17f 100644 --- a/src/ui/widget/selected-style.h +++ b/src/ui/widget/selected-style.h @@ -40,7 +40,7 @@ #include "helper/units.h" class SPDesktop; -class SPUnit; +struct SPUnit; namespace Inkscape { namespace UI { diff --git a/src/ui/widget/style-swatch.h b/src/ui/widget/style-swatch.h index 2b9c32b2e..d7bab3732 100644 --- a/src/ui/widget/style-swatch.h +++ b/src/ui/widget/style-swatch.h @@ -26,7 +26,7 @@ #include "button.h" #include "preferences.h" -class SPUnit; +struct SPUnit; struct SPStyle; class SPCSSAttr; |
