[Libreoffice-commits] .: filter/inc

Caolán McNamara caolan at kemper.freedesktop.org
Fri Sep 16 06:23:37 PDT 2011


 filter/inc/filter/msfilter/escherex.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5752c38696c2cd058a9585a74fee232032323bab
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Sep 16 14:23:30 2011 +0100

    WaE: struct vs class picky warning

diff --git a/filter/inc/filter/msfilter/escherex.hxx b/filter/inc/filter/msfilter/escherex.hxx
index 4afd1f0..6ffa250 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;
 


More information about the Libreoffice-commits mailing list