From 2ffbdbec8c6348e8e3d78d391acd7195cabd894c Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Thu, 11 Sep 2014 15:04:31 -0700 Subject: [PATCH] remove warning about extra tokens at end of #endif directive --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 273b66e4dc..6a5e6bc726 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -3370,7 +3370,7 @@ void Application::updateWindowTitle(){ #ifndef WIN32 // crashes with vs2013/win32 qDebug("Application title set to: %s", title.toStdString().c_str()); -#endif !WIN32 +#endif // !WIN32 _window->setWindowTitle(title); }