diff options
-rw-r--r-- | include/svx/svdobj.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx index 24dd38a9044e..361062554a87 100644 --- a/include/svx/svdobj.hxx +++ b/include/svx/svdobj.hxx @@ -223,7 +223,7 @@ public: /** * All geometrical data of an arbitrary object for use in undo/redo */ -class SdrObjGeoData +class SAL_DLLPUBLIC_RTTI SdrObjGeoData { public: tools::Rectangle aBoundRect; |