aboutsummaryrefslogtreecommitdiff
path: root/libbbot/build-config.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbbot/build-config.cxx')
-rw-r--r--libbbot/build-config.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbbot/build-config.cxx b/libbbot/build-config.cxx
index 01ce57e..15061fc 100644
--- a/libbbot/build-config.cxx
+++ b/libbbot/build-config.cxx
@@ -189,9 +189,9 @@ namespace bbot
r.classes.push_back (c);
}
else if (j->second != base && !base.empty ())
- throw invalid_argument ("'" + c + "' new base '" + base +
+ throw invalid_argument ('\'' + c + "' new base '" + base +
"' does not match existing '" +
- j->second + "'");
+ j->second + '\'');
if (!placeholder)
config.classes.emplace_back (move (c));