Fix FTBFS

(cherry picked from commit 1e3ae08606)
v3.5.13-sru
Timothy Pearson 13 years ago committed by Slávek Banko
parent cb9ff1eaba
commit ec490c4d14

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