Skip to content

Commit 543ed7d

Browse files
committed
Fix build error
1 parent abe3def commit 543ed7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

liteidex/src/liteapp/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ int main(int argc, char *argv[])
220220

221221
IApplication *liteApp = LiteApp::NewApplication("default",0);
222222

223-
#if Q_OS_MACOS
223+
#ifdef Q_OS_MACOS
224224
app.liteApp = liteApp;
225225
#endif
226226

0 commit comments

Comments
 (0)