summaryrefslogtreecommitdiff
path: root/tools/preproc/c_file.cpp
diff options
context:
space:
mode:
authorSlawter666 <38655737+Slawter666@users.noreply.github.com>2018-08-07 22:18:30 +0100
committerSlawter666 <38655737+Slawter666@users.noreply.github.com>2018-08-07 22:18:30 +0100
commit704e3c7334f40b101b1f09da63da56576ac86bd2 (patch)
treef6a4c60670da605676293713eaad936b188db477 /tools/preproc/c_file.cpp
parentab2cc59629bfb8c4809807e82cb5224b4596844a (diff)
parent85ebd76cd03e1ee84f182585060b3a79b8653e85 (diff)
Merge https://github.com/pret/pokeemerald into spritesheet
Diffstat (limited to 'tools/preproc/c_file.cpp')
-rw-r--r--tools/preproc/c_file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/preproc/c_file.cpp b/tools/preproc/c_file.cpp
index 24b3453e8..2f4bfea7c 100644
--- a/tools/preproc/c_file.cpp
+++ b/tools/preproc/c_file.cpp
@@ -206,7 +206,7 @@ void CFile::TryConvertString()
{
m_pos += stringParser.ParseString(m_pos, s, length);
}
- catch (std::runtime_error e)
+ catch (std::runtime_error& e)
{
RaiseError(e.what());
}