diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-02-03 02:09:32 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-02-03 02:09:42 +0100 |
commit | 3016606dcafcd34fb15fe8b78c3f7c33dd900474 (patch) | |
tree | 4bf85dbe077cb32412fea322fc9f66bb6f2ead96 | |
parent | f093926e67d1b6137e8b41411fb7dacb17d76c86 (diff) | |
download | kpilot-3016606dcafcd34fb15fe8b78c3f7c33dd900474.tar.gz kpilot-3016606dcafcd34fb15fe8b78c3f7c33dd900474.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.h | 2 |
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. */ |