From ee7024a86ce01a6dbdc6c105e17147a25cf44b82 Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Fri, 4 May 2012 20:22:04 +0200 Subject: [PATCH] Compile --- qmljs_runtime.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qmljs_runtime.cpp b/qmljs_runtime.cpp index ee7384e..f95060e 100644 --- a/qmljs_runtime.cpp +++ b/qmljs_runtime.cpp @@ -4,7 +4,8 @@ #include #include -using namespace QQmlJS::VM; +namespace QQmlJS { +namespace VM { Value Value::string(Context *ctx, const QString &s) { @@ -350,3 +351,7 @@ void __qmjs_construct(Context *ctx, Value *result, const Value *function, const } // extern "C" + + +} // namespace VM +} // namespace QQmlJS -- 2.7.4