summaryrefslogtreecommitdiffstats
path: root/src/sp-ellipse.cpp
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2009-02-09 02:18:15 +0000
committerJucaBlues <JucaBlues@users.sourceforge.net>2009-02-09 02:18:15 +0000
commitbd4c7126dc2190bb5973dd0d97188028194ae160 (patch)
treebd48dcd92a7de2f9a7729712be7769af8a322ae6 /src/sp-ellipse.cpp
parentgcc warning cleanup: (diff)
downloadinkscape-bd4c7126dc2190bb5973dd0d97188028194ae160.tar.gz
inkscape-bd4c7126dc2190bb5973dd0d97188028194ae160.zip
gcc warning cleanup
suggested parentheses (bzr r7252)
Diffstat (limited to 'src/sp-ellipse.cpp')
-rw-r--r--src/sp-ellipse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-ellipse.cpp b/src/sp-ellipse.cpp
index b5f3df1cb..ce1343272 100644
--- a/src/sp-ellipse.cpp
+++ b/src/sp-ellipse.cpp
@@ -841,7 +841,7 @@ sp_arc_set(SPObject *object, unsigned int key, gchar const *value)
static void
sp_arc_modified(SPObject *object, guint flags)
{
- if (flags & SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG | SP_OBJECT_VIEWPORT_MODIFIED_FLAG) {
+ if (flags & (SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG | SP_OBJECT_VIEWPORT_MODIFIED_FLAG)) {
sp_shape_set_shape((SPShape *) object);
}