pull/1/head
Timothy Pearson 12 years ago
parent cc2788364d
commit 1e3ae08606

@ -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)

Loading…
Cancel
Save