aboutsummaryrefslogtreecommitdiff
path: root/src/noui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/noui.h')
-rw-r--r--src/noui.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/noui.h b/src/noui.h
index e91cca3cfd..4010ec3c7c 100644
--- a/src/noui.h
+++ b/src/noui.h
@@ -66,4 +66,9 @@ inline void InitMessage(const std::string &message)
{
}
+inline const char* _(const char* psz)
+{
+ return psz;
+}
+
#endif