mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 17:37:22 +02:00
remove warning about extra tokens at end of #endif directive
This commit is contained in:
parent
93864ee869
commit
2ffbdbec8c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue