summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-21 15:13:01 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-21 15:13:01 +0200
commitebcd1df9ff6e712ac67dbea480bdb0be03068835 (patch)
tree5881f4092607337570899b1da04fe4f1e833f866
parentd7d079b676f6de091d7558226d0baeff026c64d6 (diff)
sd::FuEditGluePoints needs to be SD_DLLPUBLIC for sd::DrawViewShell
* fix attribute location
-rw-r--r--sd/source/ui/inc/fuediglu.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/fuediglu.hxx b/sd/source/ui/inc/fuediglu.hxx
index a0363760b..a299bb163 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: