diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-04-26 08:17:28 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-04-26 08:17:28 +0000 |
| commit | b9f4d7dfe7411f551192a98a3d8151e14149c5ae (patch) | |
| tree | a1a05006ed6b30e868adf3a813a6ffab02f1773e /src/desktop-style.h | |
| parent | Fix remaining cmake build error in 2geom (bug #1283174) (diff) | |
| download | inkscape-b9f4d7dfe7411f551192a98a3d8151e14149c5ae.tar.gz inkscape-b9f4d7dfe7411f551192a98a3d8151e14149c5ae.zip | |
Clean up of style code: Patch from suv: SPStyle: struct -> class
(bzr r13309)
Diffstat (limited to 'src/desktop-style.h')
| -rw-r--r-- | src/desktop-style.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/desktop-style.h b/src/desktop-style.h index 47575de75..fc20e97b9 100644 --- a/src/desktop-style.h +++ b/src/desktop-style.h @@ -16,10 +16,10 @@ #include <glib.h> class ColorRGBA; -class SPCSSAttr; -class SPDesktop; -class SPObject; -struct SPStyle; +class SPCSSAttr; +class SPDesktop; +class SPObject; +class SPStyle; namespace Inkscape { namespace XML { class Node; |
