diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-10-15 06:16:00 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-10-15 06:16:00 +0000 |
| commit | 275eddbde61bfea64385a6853dbca7f63b361d25 (patch) | |
| tree | 5f0c78d1a75b888bf123368db3863b52c4189b30 /src/plugins/Output/waveout/outputwaveout.h | |
| parent | 4ae5917d9b834cf29b8807487dc7e8b49d5a67d6 (diff) | |
| download | qmmp-275eddbde61bfea64385a6853dbca7f63b361d25.tar.gz qmmp-275eddbde61bfea64385a6853dbca7f63b361d25.tar.bz2 qmmp-275eddbde61bfea64385a6853dbca7f63b361d25.zip | |
fixed win32 build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4578 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Output/waveout/outputwaveout.h')
| -rw-r--r-- | src/plugins/Output/waveout/outputwaveout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Output/waveout/outputwaveout.h b/src/plugins/Output/waveout/outputwaveout.h index b6f924787..688d4ed45 100644 --- a/src/plugins/Output/waveout/outputwaveout.h +++ b/src/plugins/Output/waveout/outputwaveout.h @@ -1,5 +1,5 @@ /***************************************************************************
- * Copyright (C) 2009-2013 by Ilya Kotov *
+ * Copyright (C) 2009-2014 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -35,7 +35,7 @@ public: OutputWaveOut();
~OutputWaveOut();
- bool initialize(quint32, int, Qmmp::AudioFormat format);
+ bool initialize(quint32, ChannelMap map, Qmmp::AudioFormat format);
//output api
qint64 latency();
|
