From 4c667867a315bb70152c1ccdf52d9ca4078920ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bellai=20=C3=81d=C3=A1m?= Date: Tue, 14 Nov 2017 08:16:15 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C30725 --- client/AudioRecorder/WavRecorder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/AudioRecorder/WavRecorder.cs b/client/AudioRecorder/WavRecorder.cs index f80d3184..73b70acf 100644 --- a/client/AudioRecorder/WavRecorder.cs +++ b/client/AudioRecorder/WavRecorder.cs @@ -16,7 +16,7 @@ namespace AudioRecorder { private List createdWavFiles; private MMDevice device; private IMainForm mainForm; - private bool pausing; + private volatile bool pausing; public WavRecorder(int inputDeviceIndex, MMDevice device, IMainForm mainForm) { this.inputDeviceIndex = inputDeviceIndex; -- 2.54.0