summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-02-03 02:09:32 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-02-03 02:09:42 +0100
commit3016606dcafcd34fb15fe8b78c3f7c33dd900474 (patch)
tree4bf85dbe077cb32412fea322fc9f66bb6f2ead96
parentf093926e67d1b6137e8b41411fb7dacb17d76c86 (diff)
downloadkpilot-3016606d.tar.gz
kpilot-3016606d.zip
Add KDE_EXPORT on PluginUtility namespace.
This resolves issue #1. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--lib/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugin.h b/lib/plugin.h
index 0432fe5..ddae9fe 100644
--- a/lib/plugin.h
+++ b/lib/plugin.h
@@ -388,7 +388,7 @@ protected:
} ;
/** A namespace containing only static helper methods. */
-namespace PluginUtility
+namespace PluginUtility KDE_EXPORT
{
/** Searches the argument list for --foo=bar and returns bar, TQString() if not found.
* Don't include the -- in the argname. */