diff options
author | Ira Rice <irarice@gmail.com> | 2008-10-03 05:37:02 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-10-03 05:37:02 +0000 |
commit | 0edd8dd17c324ac0c0eec1109e0819e42b916731 (patch) | |
tree | e9da27f7ace118cf3f213ca502d910f0596ffa12 /src/recorder.h | |
parent | 7d49605c2828bd544173f57e86e5bcdbe6e6c565 (diff) | |
download | mana-0edd8dd17c324ac0c0eec1109e0819e42b916731.tar.gz mana-0edd8dd17c324ac0c0eec1109e0819e42b916731.tar.bz2 mana-0edd8dd17c324ac0c0eec1109e0819e42b916731.tar.xz mana-0edd8dd17c324ac0c0eec1109e0819e42b916731.zip |
Made a new Windows binary, as well as fix some files to make the Windows
build work (although there might be a bit too many guichanfwd.h
references. But that's ok. I'm too lazy to track down which ones are
necessary and which ones aren't at the moment).
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; |