summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp
index bf944a710..4f8bad0ce 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -531,7 +531,7 @@ void Game::handleInput()
{
guiInput->pushInput(event);
}
- catch (gcn::Exception e)
+ catch (const gcn::Exception &e)
{
const char* err = e.getMessage().c_str();
logger->log("Warning: guichan input exception: %s", err);
@@ -1076,7 +1076,7 @@ void Game::handleInput()
{
guiInput->pushInput(event);
}
- catch (gcn::Exception e)
+ catch (const gcn::Exception &e)
{
const char *err = e.getMessage().c_str();
logger->log("Warning: guichan input exception: %s", err);