From a607f3213d71303218a0daafd3bd26ed63d9230a Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sun, 24 Aug 2008 00:25:42 -0700 Subject: [PATCH] Fix win32 compiling --- modules/gui/qt4/main_interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp index 93f0f28e69..e04b5b6d12 100644 --- a/modules/gui/qt4/main_interface.cpp +++ b/modules/gui/qt4/main_interface.cpp @@ -382,7 +382,7 @@ void MainInterface::handleMainUi( QSettings *settings ) this, doComponentsUpdate() ); #ifdef WIN32 - if ( depth > 8 ) + if ( depth() > 8 ) #endif /* Create the FULLSCREEN CONTROLS Widget */ if( config_GetInt( p_intf, "qt-fs-controller" ) ) -- 2.39.2