Rename object_parser.{cc,hh} -> objectParser.{cc,hh}

This commit is contained in:
Eryn Wells 2014-07-19 13:42:36 -07:00
parent 03c037730e
commit b62949416b
3 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,7 @@ Import('env')
files = [
'parsers.cc',
'object_parser.cc',
'objectParser.cc',
'scalarMappingParser.cc',
'sceneParser.cc',
]