summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/blurscope
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/blurscope')
-rw-r--r--noatun-plugins/blurscope/sdlscope.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/noatun-plugins/blurscope/sdlscope.cpp b/noatun-plugins/blurscope/sdlscope.cpp
index 9485c1f..1d153a3 100644
--- a/noatun-plugins/blurscope/sdlscope.cpp
+++ b/noatun-plugins/blurscope/sdlscope.cpp
@@ -29,10 +29,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
extern "C"
{
-Plugin *create_plugin()
-{
- return new SDLScope();
-}
+ KDE_EXPORT Plugin* create_plugin()
+ {
+ return new SDLScope();
+ }
}
SDLScope::SDLScope()