]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
NPAL17336: pb 'undefined symbol' on Mandriva2006. Try to fix.
authorjfa <jfa@opencascade.com>
Fri, 19 Oct 2007 06:41:41 +0000 (06:41 +0000)
committerjfa <jfa@opencascade.com>
Fri, 19 Oct 2007 06:41:41 +0000 (06:41 +0000)
src/LightApp/LightApp_OCCSelector.h

index d4a1590982f57319e83ade424c2490f6c881cf3c..f0da3b25166e4515c17e2f9a4404718520a6fa10 100644 (file)
@@ -52,7 +52,7 @@ protected:
   virtual void      getSelection( SUIT_DataOwnerPtrList& ) const;
   virtual void      setSelection( const SUIT_DataOwnerPtrList& );
 
-  inline QString    entry( const Handle_AIS_InteractiveObject& ) const;
+  QString           entry( const Handle_AIS_InteractiveObject& ) const;
 
   SUIT_DataOwnerPtrList mySelectedExternals;