diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-11-30 23:42:05 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-11-30 23:42:05 +0100 |
commit | 58ac684725b4c5c75c94516a2068d8d55e8c348c (patch) | |
tree | f455832ac77707947d655f4c4389b45b3b363f38 /test/plugins/mozjs/MozJsScriptEngineTest.cpp | |
parent | 235b98e0d1a2e9e60c440076b5a11c8bf64ba071 (diff) |
backup
Diffstat (limited to 'test/plugins/mozjs/MozJsScriptEngineTest.cpp')
-rw-r--r-- | test/plugins/mozjs/MozJsScriptEngineTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/plugins/mozjs/MozJsScriptEngineTest.cpp b/test/plugins/mozjs/MozJsScriptEngineTest.cpp index 96e6cf6..da88acb 100644 --- a/test/plugins/mozjs/MozJsScriptEngineTest.cpp +++ b/test/plugins/mozjs/MozJsScriptEngineTest.cpp @@ -25,6 +25,7 @@ namespace ousia { namespace script { +namespace mozjs { /* Global engine object */ MozJsScriptEngine engine; @@ -37,4 +38,5 @@ auto scope = std::unique_ptr<MozJsScriptEngineScope>{engine.createScope()}; } } +} |