summaryrefslogtreecommitdiff
path: root/orkaudio/CapturePort.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkaudio/CapturePort.h')
-rw-r--r--orkaudio/CapturePort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkaudio/CapturePort.h b/orkaudio/CapturePort.h
index 6d665b1..bd62731 100644
--- a/orkaudio/CapturePort.h
+++ b/orkaudio/CapturePort.h
@@ -34,7 +34,7 @@ public:
CapturePort(CStdString& Id);
CStdString ToString();
- void AddAudioChunk(AudioChunkRef chunkRef, bool remote = false);
+ void AddAudioChunk(AudioChunkRef chunkRef);
void AddCaptureEvent(CaptureEventRef eventRef);
private:
CStdString m_Id;