aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/commandlineoption.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/commandlineoption.h')
-rw-r--r--src/qmmpui/commandlineoption.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/commandlineoption.h b/src/qmmpui/commandlineoption.h
index e10d2e728..a8847897d 100644
--- a/src/qmmpui/commandlineoption.h
+++ b/src/qmmpui/commandlineoption.h
@@ -20,6 +20,7 @@
#ifndef COMMANDLINEOPTION_H
#define COMMANDLINEOPTION_H
+#include "qmmpui_export.h"
class CommandLineManager;
class QTranslator;
@@ -30,7 +31,7 @@ class QStringList;
/*! @brief Abstract base class of the command line plugins.
* @author Vladimir Kuznetsov <vovanec@gmail.ru>
*/
-class CommandLineOption
+class QMMPUI_EXPORT CommandLineOption
{
public:
/*!