From Colin McDonald, "Fixes for some duplicate global symbol definitions in the plugins,
which cause errors when creating a statically linked executable."
This commit is contained in:
@@ -13,7 +13,7 @@ bool MultiSwitch_readLocalData(Object& obj, Input& fr);
|
||||
bool MultiSwitch_writeLocalData(const Object& obj, Output& fw);
|
||||
|
||||
// register the read and write functions with the osgDB::Registry.
|
||||
RegisterDotOsgWrapperProxy g_SwitchProxy
|
||||
RegisterDotOsgWrapperProxy g_simSwitchProxy
|
||||
(
|
||||
new osgSim::MultiSwitch,
|
||||
"MultiSwitch",
|
||||
|
||||
Reference in New Issue
Block a user