Browse Source

Typo.

tags/v1.9.10
Stephane Letz 12 years ago
parent
commit
c2835c20b5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      windows/portaudio/JackPortAudioDriver.h

+ 1
- 1
windows/portaudio/JackPortAudioDriver.h View File

@@ -56,7 +56,7 @@ class JackPortAudioDriver : public JackMMCSS, public JackAudioDriver

JackPortAudioDriver(const char* name, const char* alias, JackLockedEngine* engine, JackSynchro* table, PortAudioDevices* pa_devices)
: JackMMCSS(), JackAudioDriver(name, alias, engine, table), fStream(NULL), fInputBuffer(NULL), fOutputBuffer(NULL),
fInputDevice(paNoDevice), fOutputDevice(paNoDevice), fPaDevices(pa_devices);
fInputDevice(paNoDevice), fOutputDevice(paNoDevice), fPaDevices(pa_devices)
{}

virtual ~JackPortAudioDriver()


Loading…
Cancel
Save