diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2022-05-16 17:03:15 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2022-05-16 17:03:15 -0400 |
commit | 67ffe1f2ce9f3432cb524dced5e6fba96519b4fd (patch) | |
tree | c61a251e0bbad2570a1cf7dd6b7c5b1a6abde2a8 /source/main.cpp | |
parent | 1b176cf6cd75c8031a140961655cdd3c16589a68 (diff) |
building with mingw
Diffstat (limited to 'source/main.cpp')
-rw-r--r-- | source/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/main.cpp b/source/main.cpp index e8641bc..d6277b7 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -47,7 +47,7 @@ static ImFont *fontMono = nullptr; static void renderWindow(); -int main(int, char **) +int main(int argc, char *argv[]) { if (!guiInitialize()) return -1; |