diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-21 15:13:01 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-21 15:13:01 +0200 |
commit | 74bb009eaf645e029b790248f385f66eb1ce3233 (patch) | |
tree | 3588bc26b7c22358f6536ca77a25ab5f34a222a9 /sd | |
parent | 37d7fd8c4468e6f88110e6228370c3b480214a34 (diff) |
sd::FuEditGluePoints needs to be SD_DLLPUBLIC for sd::DrawViewShell
* fix attribute location
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/fuediglu.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/fuediglu.hxx b/sd/source/ui/inc/fuediglu.hxx index 631eb6aec5b8..73ae5ca9ff2d 100644 --- a/sd/source/ui/inc/fuediglu.hxx +++ b/sd/source/ui/inc/fuediglu.hxx @@ -39,7 +39,7 @@ namespace sd { |* \************************************************************************/ -SD_DLLPUBLIC class FuEditGluePoints +class SD_DLLPUBLIC FuEditGluePoints : public FuDraw { public: |