Fixed compile.

This commit is contained in:
casey langen 2017-07-19 11:14:17 -07:00
parent 8249641fee
commit a18546a1f6

View File

@ -195,7 +195,7 @@ int main(int argc, char* argv[]) {
/* blocking event loop */
app.Run(mainLayout);
/* done with the app *//
/* done with the app */
mainLayout->Stop();