diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-08-06 12:08:03 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-08-06 12:08:03 +0000 |
| commit | c41f44356491c77aa9a5e8083e7135e50ee753ea (patch) | |
| tree | e84b4e383ff6791d455fd4bfa84610fde3b40121 /src/plugins/Output/waveout/outputwaveout.h | |
| parent | 58c80be840c049f7ffa3b82e2bd1a27e66ec9f8e (diff) | |
| download | qmmp-c41f44356491c77aa9a5e8083e7135e50ee753ea.tar.gz qmmp-c41f44356491c77aa9a5e8083e7135e50ee753ea.tar.bz2 qmmp-c41f44356491c77aa9a5e8083e7135e50ee753ea.zip | |
fixed windows build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2294 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Output/waveout/outputwaveout.h')
| -rw-r--r-- | src/plugins/Output/waveout/outputwaveout.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/Output/waveout/outputwaveout.h b/src/plugins/Output/waveout/outputwaveout.h index a0292335e..2d019ef6e 100644 --- a/src/plugins/Output/waveout/outputwaveout.h +++ b/src/plugins/Output/waveout/outputwaveout.h @@ -36,8 +36,7 @@ public: OutputWaveOut(QObject * parent = 0);
~OutputWaveOut();
- bool initialize();
- void configure(quint32, int, Qmmp::AudioFormat format);
+ bool initialize(quint32, int, Qmmp::AudioFormat format);
qint64 latency();
private:
|
