diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-08-25 13:44:04 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-08-25 13:44:04 +0000 |
| commit | e0641d482c7b125ee8d57313c01d7f695c33c417 (patch) | |
| tree | aa918bf1f679bd535571a9d533e4251a59083bf0 /src/plugins/Output/jack/outputjack.h | |
| parent | 0ffb6a0e34b1cdae4f748f920ac35efb8e2d923c (diff) | |
| download | qmmp-e0641d482c7b125ee8d57313c01d7f695c33c417.tar.gz qmmp-e0641d482c7b125ee8d57313c01d7f695c33c417.tar.bz2 qmmp-e0641d482c7b125ee8d57313c01d7f695c33c417.zip | |
imported 0.2 fixes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@524 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Output/jack/outputjack.h')
| -rw-r--r-- | src/plugins/Output/jack/outputjack.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Output/jack/outputjack.h b/src/plugins/Output/jack/outputjack.h index 01c61d9ab..0f0c7ea5f 100644 --- a/src/plugins/Output/jack/outputjack.h +++ b/src/plugins/Output/jack/outputjack.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007 by Zhuravlev Uriy * + * Copyright (C) 2007-2008 by Zhuravlev Uriy * * stalkerg@gmail.com * * * * This program is free software; you can redistribute it and/or modify * @@ -36,7 +36,7 @@ class OutputJACK : public Output { Q_OBJECT public: - OutputJACK(QObject * parent = 0, bool useVolume = TRUE); + OutputJACK(QObject * parent = 0); ~OutputJACK(); bool initialize(); bool isInitialized() const |
