diff --git a/src/Demos/osgconv/Makefile b/src/Demos/osgconv/Makefile index 982b0a5aa..0978e5839 100644 --- a/src/Demos/osgconv/Makefile +++ b/src/Demos/osgconv/Makefile @@ -3,7 +3,7 @@ include ../../../Make/makedefs C++FILES = \ osgconv.cpp\ - orientationconverter.cpp + OrientationConverter.cpp TARGET = ../../../bin/osgconv diff --git a/src/Demos/osgconv/orientationconverter.cpp b/src/Demos/osgconv/OrientationConverter.cpp similarity index 100% rename from src/Demos/osgconv/orientationconverter.cpp rename to src/Demos/osgconv/OrientationConverter.cpp