3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-26 21:55:25 +02:00

elseif typo

This commit is contained in:
amerhifi 2019-05-14 12:07:59 -07:00
parent 2a6dc53395
commit 18fe18ee12

View file

@ -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
}