diff options
Diffstat (limited to 'src/qmmp/outputfactory.h')
| -rw-r--r-- | src/qmmp/outputfactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmp/outputfactory.h b/src/qmmp/outputfactory.h index 3e3e6cd01..3e27f2396 100644 --- a/src/qmmp/outputfactory.h +++ b/src/qmmp/outputfactory.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007 by Ilya Kotov * + * Copyright (C) 2007-2008 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -43,7 +43,7 @@ class OutputFactory public: virtual ~OutputFactory() {} virtual const OutputProperties properties() const = 0; - virtual Output *create(QObject *, bool) = 0; + virtual Output *create(QObject *) = 0; virtual VolumeControl *createVolumeControl(QObject *) = 0; virtual void showSettings(QWidget *parent) = 0; virtual void showAbout(QWidget *parent) = 0; |
