fix _script_factory name clash, how the heck is this supposed to work at all?

Originally committed to SVN as r915.
This commit is contained in:
David Lamparter 2007-01-30 22:16:50 +00:00
parent 0e39514e14
commit 9434459821
3 changed files with 3 additions and 3 deletions

View File

@ -1452,6 +1452,6 @@ continue_invalid_option:
}
}
};
Auto3ScriptFactory _script_factory;
Auto3ScriptFactory _auto3_script_factory;
};

View File

@ -890,6 +890,6 @@ namespace Automation4 {
}
}
};
LuaScriptFactory _script_factory;
LuaScriptFactory _lua_script_factory;
};

View File

@ -484,7 +484,7 @@ namespace Automation4 {
}
}
};
RubyScriptFactory _script_factory;
RubyScriptFactory _ruby_script_factory;
RubyObjects::RubyObjects()
{