]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Compilation without error on gcc 4.7
authorageay <ageay>
Fri, 5 Oct 2012 12:50:00 +0000 (12:50 +0000)
committerageay <ageay>
Fri, 5 Oct 2012 12:50:00 +0000 (12:50 +0000)
src/Qtx/QtxPopupMgr.cxx

index 2710a09337c45da9f17b50b254e573e65b32507b..1c9055c9b3187be526a407e1414761bdd1b1a677 100644 (file)
@@ -374,7 +374,7 @@ int QtxPopupMgr::insertAction( QAction* a, const int pId, const QString& rule, c
 */
 bool QtxPopupMgr::hasRule( QAction* a, const RuleType t ) const
 {
-  return a ? expression( a, t, false ) : false;
+  return a ? expression( a, t, false )!=0 : false;
 }
 
 /*!