Fix compile on Mac OS X (and probably *nix systems).
svn-id: r50254
This commit is contained in:
parent
de2b74e15a
commit
a8120dd9d6
2 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
OSystem_POSIX::OSystem_POSIX() {
|
||||
}
|
||||
|
||||
void OSystem_Win32::init() {
|
||||
void OSystem_POSIX::init() {
|
||||
// Initialze File System Factory
|
||||
_fsFactory = new POSIXFilesystemFactory();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue