From 407978a24843ba2fc9e23c0c10cdb26bc6c09367 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 14 Oct 2001 16:55:12 +0000 Subject: [PATCH] Changed the OrientationConverter.cpp's to have consitent captilization as its associated header file. --- src/Demos/osgconv/Makefile | 2 +- .../{orientationconverter.cpp => OrientationConverter.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/Demos/osgconv/{orientationconverter.cpp => OrientationConverter.cpp} (100%) 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