summaryrefslogtreecommitdiff
path: root/src/gui/recorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/recorder.h')
-rw-r--r--src/gui/recorder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/recorder.h b/src/gui/recorder.h
index 2a47b5c4..39d00c2c 100644
--- a/src/gui/recorder.h
+++ b/src/gui/recorder.h
@@ -58,7 +58,7 @@ class Recorder : public Window, public gcn::ActionListener
/**
* Whether or not the recorder is in use.
*/
- bool isRecording() {return (bool) mStream.is_open();}
+ bool isRecording() { return (bool) mStream.is_open(); }
/**
* called when the button is pressed