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/text-editing.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/text-editing.h')
| -rw-r--r-- | src/text-editing.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/text-editing.h b/src/text-editing.h index 04ef6461d..290a39194 100644 --- a/src/text-editing.h +++ b/src/text-editing.h @@ -18,11 +18,11 @@ #include "libnrtype/Layout-TNG.h" #include "text-tag-attributes.h" -class SPCSSAttr; -class SPDesktop; -class SPItem; -class SPObject; -struct SPStyle; +class SPCSSAttr; +class SPDesktop; +class SPItem; +class SPObject; +class SPStyle; typedef std::pair<Inkscape::Text::Layout::iterator, Inkscape::Text::Layout::iterator> iterator_pair; |
