aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/base/language.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/language.hpp b/src/base/language.hpp
index 4300a089..3c496ab1 100644
--- a/src/base/language.hpp
+++ b/src/base/language.hpp
@@ -70,7 +70,7 @@ namespace usdx
public:
virtual ~Language();
- Language* get_instance();
+ static Language* get_instance();
void init(const boost::filesystem::wpath& language_dir);