diff options
| author | Comment <tim@gray.(none)> | 2013-09-30 12:31:37 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-09-30 12:31:37 +0100 |
| commit | 9b6845576baddaf23afc80c61502dafd391b30b8 (patch) | |
| tree | a2db5961edd91e5eca71f9d4d201d3d0b3fc4262 /rotord/src/graph.h | |
| parent | 38edd2e78c326059209c1fd15bf1b543f5fd7a46 (diff) | |
waveform auto iterate on print
Diffstat (limited to 'rotord/src/graph.h')
| -rw-r--r-- | rotord/src/graph.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rotord/src/graph.h b/rotord/src/graph.h index b775c5a..7ab7962 100644 --- a/rotord/src/graph.h +++ b/rotord/src/graph.h @@ -77,8 +77,7 @@ namespace Rotor { float progress; int bitRate; - Poco::Mutex mutex; //lock for access from parent thread - + //Poco::Mutex mutex; //lock for access from parent thread Audio_thumbnailer *audio_thumb; private: |
