diff options
Diffstat (limited to 'src/sp-polyline.cpp')
| -rw-r--r-- | src/sp-polyline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-polyline.cpp b/src/sp-polyline.cpp index 54a38ccd1..265b2b797 100644 --- a/src/sp-polyline.cpp +++ b/src/sp-polyline.cpp @@ -101,7 +101,7 @@ sp_polyline_set (SPObject *object, unsigned int key, const gchar *value) SPCurve * curve; const gchar * cptr; char * eptr; - gboolean hascpt; + bool hascpt; if (!value) break; curve = sp_curve_new (); |
