summaryrefslogtreecommitdiffstats
path: root/client/polyester.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/polyester.cc')
-rwxr-xr-xclient/polyester.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/polyester.cc b/client/polyester.cc
index edafebd..91c06fe 100755
--- a/client/polyester.cc
+++ b/client/polyester.cc
@@ -76,7 +76,7 @@ const char default_right[] = "HIAX";
static const uint TIMERINTERVAL = 25; // msec
static const uint ANIMATIONSTEPS = 20;
-extern "C" KDecorationFactory* create_factory() {
+extern "C" KDE_EXPORT KDecorationFactory* create_factory() {
return new polyester::polyesterFactory();
}