From 1e3ae0860615eae002173295f845219a1d451e57 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 28 Sep 2012 15:58:49 -0500 Subject: [PATCH] Fix FTBFS --- lib/kross/ruby/rubyinterpreter.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)