diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-21 13:08:16 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-21 13:08:16 +0200 |
commit | eca6e9e55541b42c58587fbd2df297b771b91f1d (patch) | |
tree | b3c9a939de6e8ddd47044a08f1e299ca91020a7f /sd | |
parent | 794ea65be1da830c9bd25debead6887897447a64 (diff) |
sd::FuEditGluePoints needs to be SD_DLLPUBLIC for sd::DrawViewShell
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 af2c49672179..631eb6aec5b8 100644 --- a/sd/source/ui/inc/fuediglu.hxx +++ b/sd/source/ui/inc/fuediglu.hxx @@ -39,7 +39,7 @@ namespace sd { |* \************************************************************************/ -class FuEditGluePoints +SD_DLLPUBLIC class FuEditGluePoints : public FuDraw { public: |