Fix compile on Mac OS X (and probably *nix systems).

svn-id: r50254
This commit is contained in:
Matthew Hoops 2010-06-24 23:51:02 +00:00
parent de2b74e15a
commit a8120dd9d6
2 changed files with 2 additions and 1 deletions

View file

@ -46,7 +46,7 @@
OSystem_POSIX::OSystem_POSIX() {
}
void OSystem_Win32::init() {
void OSystem_POSIX::init() {
// Initialze File System Factory
_fsFactory = new POSIXFilesystemFactory();