diff --git a/lib/kross/ruby/rubyinterpreter.cpp b/lib/kross/ruby/rubyinterpreter.cpp index e2c4022ad..8617d5ff9 100644 --- a/lib/kross/ruby/rubyinterpreter.cpp +++ b/lib/kross/ruby/rubyinterpreter.cpp @@ -68,7 +68,9 @@ class RubyInterpreterPrivate { friend class RubyInterpreter; static VALUE s_krossModule; }; - + +VALUE RubyInterpreterPrivate::s_krossModule = 0; + RubyInterpreterPrivate* RubyInterpreter::d = 0; RubyInterpreter::RubyInterpreter(Kross::Api::InterpreterInfo* info): Kross::Api::Interpreter(info)