aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/commandlinehandler.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-12-26 20:11:57 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-12-26 20:11:57 +0000
commit5905c1acda34d0c7a26c8ba34ae8a280431ece7e (patch)
tree0761d1a9ca5b7327512ddcdb1c4c0875e2ade375 /src/qmmpui/commandlinehandler.h
parentc28061c4cf64e468dd3e230df1b96d1a72e295fd (diff)
downloadqmmp-5905c1acda34d0c7a26c8ba34ae8a280431ece7e.tar.gz
qmmp-5905c1acda34d0c7a26c8ba34ae8a280431ece7e.tar.bz2
qmmp-5905c1acda34d0c7a26c8ba34ae8a280431ece7e.zip
fixed regression
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8533 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/commandlinehandler.h')
-rw-r--r--src/qmmpui/commandlinehandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmmpui/commandlinehandler.h b/src/qmmpui/commandlinehandler.h
index 238f65afe..78e2262ed 100644
--- a/src/qmmpui/commandlinehandler.h
+++ b/src/qmmpui/commandlinehandler.h
@@ -43,6 +43,7 @@ public:
* Object destructor
*/
virtual ~CommandLineHandler() {}
+ virtual void registerOprions() = 0;
/*!
* Returns command line plugin short name for internal usage.
* Subclass should reimplement this function.