Salome HOME
Windows compatibility
authorana <ana@opencascade.com>
Thu, 11 Aug 2016 16:41:28 +0000 (19:41 +0300)
committerana <ana@opencascade.com>
Thu, 11 Aug 2016 16:41:28 +0000 (19:41 +0300)
src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx
src/GUI/BLSURFPluginGUI_HypothesisCreator.h

index cda6029ac392572730d39eb8507cc77affb1457f..b3bc714cec0d3ad1994786aaf4b433713775b799 100644 (file)
@@ -528,7 +528,7 @@ bool BLSURFPlugin_Hypothesis::GetJacobianRectification()
 }
 //=============================================================================
 
-void BLSURFPlugin_Hypothesis::SetMaxNumberOfPointsPerPatch( CORBA::Long nb )
+void BLSURFPlugin_Hypothesis::SetMaxNumberOfPointsPerPatch( int nb )
   throw (std::invalid_argument)
 {
   if ( nb < 0 )
index 811e2256d29cda55c6b82db2db3e971c2b66f869..e879db16b1c587af94168cea086fad2b2dc18cca 100644 (file)
@@ -209,10 +209,10 @@ protected slots:
   void                onStateChange();
   // Advanced tab
   void                onAddOption();
-  void                onDeleteOption();
-  void                onEditOption( int, int );
+//  void                onDeleteOption();
+//  void                onEditOption( int, int );
   void                onChangeOptionName( int, int );
-  void                onOptionChosenInPopup( QAction* );
+//  void                onOptionChosenInPopup( QAction* );
   // Sizemap tab
   void                onMapGeomContentModified();
   void                onSmpItemClicked( QTreeWidgetItem *, int );