Browse Source

whoopsy, wrong case

David Rose 14 years ago
parent
commit
49a1a950e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/pgraph/occluderNode.h

+ 1 - 1
panda/src/pgraph/occluderNode.h

@@ -103,6 +103,6 @@ private:
   static TypeHandle _type_handle;
   static TypeHandle _type_handle;
 };
 };
 
 
-#include "OccluderNode.I"
+#include "occluderNode.I"
 
 
 #endif
 #endif