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

@ -69,6 +69,8 @@ class RubyInterpreterPrivate {
static VALUE s_krossModule; static VALUE s_krossModule;
}; };
VALUE RubyInterpreterPrivate::s_krossModule = 0;
RubyInterpreterPrivate* RubyInterpreter::d = 0; RubyInterpreterPrivate* RubyInterpreter::d = 0;
RubyInterpreter::RubyInterpreter(Kross::Api::InterpreterInfo* info): Kross::Api::Interpreter(info) RubyInterpreter::RubyInterpreter(Kross::Api::InterpreterInfo* info): Kross::Api::Interpreter(info)

Loading…
Cancel
Save