diff options
Diffstat (limited to 'src/recorder.h')
-rw-r--r-- | src/recorder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recorder.h b/src/recorder.h index 2795cd53..de8e7f3e 100644 --- a/src/recorder.h +++ b/src/recorder.h @@ -40,7 +40,7 @@ class Recorder : public ButtonBoxListener void help() const; void help(const std::string &args) const; void buttonBoxRespond(); - bool isRecording() const {return mStream.is_open();} + bool isRecording() const {return mStream;} ~Recorder(); private: ChatWindow *mChat; |