diff options
Diffstat (limited to 'xmloff/inc/XMLRectangleMembersHandler.hxx')
-rw-r--r-- | xmloff/inc/XMLRectangleMembersHandler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/XMLRectangleMembersHandler.hxx b/xmloff/inc/XMLRectangleMembersHandler.hxx index 965aa3c2939f..db6209e1a984 100644 --- a/xmloff/inc/XMLRectangleMembersHandler.hxx +++ b/xmloff/inc/XMLRectangleMembersHandler.hxx @@ -22,7 +22,7 @@ #include <xmloff/xmlprhdl.hxx> -struct SvXMLEnumMapEntry; +template<typename EnumT> struct SvXMLEnumMapEntry; /** Abstract base-class for different XML-types. Derivations of this class |