summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-16 14:23:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-16 14:23:30 +0100
commit5752c38696c2cd058a9585a74fee232032323bab (patch)
tree34276a70c1fdd83392f279216b8d38b6769a4674 /filter
parent7ef9ec66780483c9887753013ef4bda919497e52 (diff)
WaE: struct vs class picky warning
Diffstat (limited to 'filter')
-rw-r--r--filter/inc/filter/msfilter/escherex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/inc/filter/msfilter/escherex.hxx b/filter/inc/filter/msfilter/escherex.hxx
index 4afd1f006d45..6ffa250de479 100644
--- a/filter/inc/filter/msfilter/escherex.hxx
+++ b/filter/inc/filter/msfilter/escherex.hxx
@@ -1114,7 +1114,7 @@ public:
};
-class EscherShapeListEntry;
+struct EscherShapeListEntry;
typedef ::std::vector< EscherShapeListEntry* > EscherShapeList_impl;
typedef ::std::vector< EscherConnectorListEntry* > EscherConnectorList_impl;