summaryrefslogtreecommitdiffstats
path: root/malloryclient/malloryclient.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-06 19:47:09 +0900
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2024-10-07 12:19:38 +0000
commit941e15eea685127fc59b761a1f3acfb2a6ae9bba (patch)
tree065aa7a0a24a7b2ce52281aaf60488d3f1aa01cb /malloryclient/malloryclient.cpp
parentc73c8a4585227fcf1aecdc1a5606a5b9b808bf33 (diff)
downloadtwin-style-mallory-941e15eea685127fc59b761a1f3acfb2a6ae9bba.tar.gz
twin-style-mallory-941e15eea685127fc59b761a1f3acfb2a6ae9bba.zip
Fix symbol visibility. This is required to make the module loadable
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'malloryclient/malloryclient.cpp')
-rw-r--r--malloryclient/malloryclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloryclient/malloryclient.cpp b/malloryclient/malloryclient.cpp
index 722fec2..0e50d36 100644
--- a/malloryclient/malloryclient.cpp
+++ b/malloryclient/malloryclient.cpp
@@ -686,7 +686,7 @@ void MalloryClient::resize(const TQSize& s)
extern "C"
{
- KDecorationFactory *create_factory()
+ TDE_EXPORT KDecorationFactory *create_factory()
{
return new MalloryHandler();
}