summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/invoker/graphics
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-03-22 23:35:31 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-03-22 23:35:31 (GMT)
commite9bd7e313c80ccdabc52757266177363c7638caf (patch)
tree4b048b5d8d88d8f630291c6a1c6991369e6ce727 /src/uscxml/plugins/invoker/graphics
parentc7f8f82d632f3d205ef6de6377115ea0f7536302 (diff)
downloaduscxml-e9bd7e313c80ccdabc52757266177363c7638caf.zip
uscxml-e9bd7e313c80ccdabc52757266177363c7638caf.tar.gz
uscxml-e9bd7e313c80ccdabc52757266177363c7638caf.tar.bz2
Fixed plugins building again
Diffstat (limited to 'src/uscxml/plugins/invoker/graphics')
-rw-r--r--src/uscxml/plugins/invoker/graphics/openscenegraph/converter/OSGConverter.cpp (renamed from src/uscxml/plugins/invoker/graphics/openscenegraph/OSGConverter.cpp)0
-rw-r--r--src/uscxml/plugins/invoker/graphics/openscenegraph/converter/OSGConverter.h (renamed from src/uscxml/plugins/invoker/graphics/openscenegraph/OSGConverter.h)2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/plugins/invoker/graphics/openscenegraph/OSGConverter.cpp b/src/uscxml/plugins/invoker/graphics/openscenegraph/converter/OSGConverter.cpp
index 93a238c..93a238c 100644
--- a/src/uscxml/plugins/invoker/graphics/openscenegraph/OSGConverter.cpp
+++ b/src/uscxml/plugins/invoker/graphics/openscenegraph/converter/OSGConverter.cpp
diff --git a/src/uscxml/plugins/invoker/graphics/openscenegraph/OSGConverter.h b/src/uscxml/plugins/invoker/graphics/openscenegraph/converter/OSGConverter.h
index f493e73..28c908d 100644
--- a/src/uscxml/plugins/invoker/graphics/openscenegraph/OSGConverter.h
+++ b/src/uscxml/plugins/invoker/graphics/openscenegraph/converter/OSGConverter.h
@@ -73,7 +73,7 @@ protected:
};
#ifdef BUILD_AS_PLUGINS
-PLUMA_INHERIT_PROVIDER(OSGConverter, Invoker);
+PLUMA_INHERIT_PROVIDER(OSGConverter, InvokerImpl);
#endif
}