mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 21:55:25 +02:00
elseif typo
This commit is contained in:
parent
2a6dc53395
commit
18fe18ee12
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Instance *_instance;
|
|||
void platform::create() {
|
||||
#ifdef Q_OS_WIN
|
||||
_instance =new WINInstance();
|
||||
#elseif defined(Q_OS_MAC)
|
||||
#elif defined(Q_OS_MAC)
|
||||
_instance = new MACOSInstance();
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue