summaryrefslogtreecommitdiff
path: root/src/recorder.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2008-10-23 12:30:04 +0000
committerIra Rice <irarice@gmail.com>2008-10-23 12:30:04 +0000
commitba4a95460650b93deca7b7dcff6775f013b73119 (patch)
treeb18923f39a5ca4acf35f5db74cf9d0600226b741 /src/recorder.h
parent5b70e7729229317acfd1b8f79e8eb1b90870827b (diff)
downloadmana-client-ba4a95460650b93deca7b7dcff6775f013b73119.tar.gz
mana-client-ba4a95460650b93deca7b7dcff6775f013b73119.tar.bz2
mana-client-ba4a95460650b93deca7b7dcff6775f013b73119.tar.xz
mana-client-ba4a95460650b93deca7b7dcff6775f013b73119.zip
A few more compiler warnings fixed.
Diffstat (limited to 'src/recorder.h')
-rw-r--r--src/recorder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recorder.h b/src/recorder.h
index de8e7f3e..75d86f88 100644
--- a/src/recorder.h
+++ b/src/recorder.h
@@ -41,7 +41,7 @@ class Recorder : public ButtonBoxListener
void help(const std::string &args) const;
void buttonBoxRespond();
bool isRecording() const {return mStream;}
- ~Recorder();
+ virtual ~Recorder();
private:
ChatWindow *mChat;
std::ofstream mStream;