diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/connection.h | 3 | ||||
-rw-r--r-- | src/main.cpp | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/connection.h b/src/gui/connection.h index baf8e1d8..bde1e174 100644 --- a/src/gui/connection.h +++ b/src/gui/connection.h @@ -39,7 +39,8 @@ class ProgressBar; * * \ingroup Interface */ -class ConnectionDialog : public Window, public gcn::ActionListener { +class ConnectionDialog : public Window, public gcn::ActionListener +{ public: /** * Constructor diff --git a/src/main.cpp b/src/main.cpp index cd425bbd..e28c843b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -309,7 +309,7 @@ void exit_engine() // Shutdown libxml xmlCleanupParser(); - + // Shutdown sound sound.close(); |