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/extension/internal | |
| 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/extension/internal')
| -rw-r--r-- | src/extension/internal/emf-inout.h | 2 | ||||
| -rw-r--r-- | src/extension/internal/wmf-inout.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/internal/emf-inout.h b/src/extension/internal/emf-inout.h index a97cb0a54..fc98958bb 100644 --- a/src/extension/internal/emf-inout.h +++ b/src/extension/internal/emf-inout.h @@ -40,7 +40,7 @@ typedef struct { } EMF_STRINGS, *PEMF_STRINGS; typedef struct emf_device_context { - struct SPStyle style; + class SPStyle style; char *font_name; bool stroke_set; int stroke_mode; // enumeration from drawmode, not used if fill_set is not True diff --git a/src/extension/internal/wmf-inout.h b/src/extension/internal/wmf-inout.h index 3d23ca749..94a290873 100644 --- a/src/extension/internal/wmf-inout.h +++ b/src/extension/internal/wmf-inout.h @@ -39,7 +39,7 @@ typedef struct { } WMF_STRINGS, *PWMF_STRINGS; typedef struct wmf_device_context { - struct SPStyle style; + class SPStyle style; char *font_name; bool stroke_set; int stroke_mode; // enumeration from drawmode, not used if fill_set is not True |
