diff options
Diffstat (limited to 'src/gui/recorder.h')
-rw-r--r-- | src/gui/recorder.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/recorder.h b/src/gui/recorder.h index 707f08ab..4f41ff42 100644 --- a/src/gui/recorder.h +++ b/src/gui/recorder.h @@ -1,6 +1,6 @@ /* - * Aethyra - * Copyright (C) 2008 Aethyra Development Team + * A chat recorder + * Copyright (C) 2008 Lloyd Bryant <lloyd_bryant@netzero.net> * * This file is part of Aethyra. * @@ -72,4 +72,5 @@ class Recorder : public Window, public gcn::ActionListener std::ofstream mStream; }; + #endif |