summaryrefslogtreecommitdiffstats
path: root/gui/twmsg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/twmsg.cpp')
-rw-r--r--gui/twmsg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/twmsg.cpp b/gui/twmsg.cpp
index 57f192234..ebd6fc313 100644
--- a/gui/twmsg.cpp
+++ b/gui/twmsg.cpp
@@ -33,7 +33,7 @@ class LocalLookup : public StringLookup
{
const std::vector<std::string>& vars;
const StringLookup& next;
- public:
+public:
LocalLookup(const std::vector<std::string>& vars, const StringLookup& next) : vars(vars), next(next) {}
virtual std::string operator()(const std::string& name) const
{