diff options
Diffstat (limited to 'noatun-plugins/noatunmadness')
-rw-r--r-- | noatun-plugins/noatunmadness/madness.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/noatun-plugins/noatunmadness/madness.cpp b/noatun-plugins/noatunmadness/madness.cpp index 32014f6..07a3581 100644 --- a/noatun-plugins/noatunmadness/madness.cpp +++ b/noatun-plugins/noatunmadness/madness.cpp @@ -21,10 +21,10 @@ RMS's novel that I'm supposed to put at the top of every story. He's insane. extern "C" { -Plugin *create_plugin() -{ - return new Madness(); -} + KDE_EXPORT Plugin* create_plugin() + { + return new Madness(); + } } Madness::Madness() |