From d11572a4d7eb820e666da9f68c3810097cb26235 Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Thu, 19 Oct 2006 05:33:36 +0000 Subject: [PATCH] case-issue, QuickProf->Quickprof --- Demos/OpenGL/DemoApplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demos/OpenGL/DemoApplication.h b/Demos/OpenGL/DemoApplication.h index 4fc33f02f..d00a32bf9 100644 --- a/Demos/OpenGL/DemoApplication.h +++ b/Demos/OpenGL/DemoApplication.h @@ -38,7 +38,7 @@ subject to the following restrictions: #include "LinearMath/btVector3.h" #include "LinearMath/btMatrix3x3.h" #include "LinearMath/btTransform.h" -#include "LinearMath/btQuickProf.h" +#include "LinearMath/btQuickprof.h" class btCollisionShape; class btDynamicsWorld;