From 9cfb23dddf1090a6ee2583336a2eb232e1b86b06 Mon Sep 17 00:00:00 2001 From: Konstantin LEONTEV Date: Tue, 11 Oct 2022 18:59:18 +0300 Subject: [PATCH] dynamic_log_messages: Fixed compilation errors because of forgotten semicolons after log macros. --- src/GUI/HexoticPluginGUI_HypothesisCreator.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/GUI/HexoticPluginGUI_HypothesisCreator.cxx b/src/GUI/HexoticPluginGUI_HypothesisCreator.cxx index 6ca2234..0801398 100644 --- a/src/GUI/HexoticPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/HexoticPluginGUI_HypothesisCreator.cxx @@ -348,7 +348,7 @@ void HexoticPluginGUI_HypothesisCreator::insertLocalSizeInWidget( std::string en double size, int row ) const { - MESSAGE("HexoticPluginGUI_HypothesisCreator:insertLocalSizeInWidget") + MESSAGE("HexoticPluginGUI_HypothesisCreator:insertLocalSizeInWidget"); int columnCount = mySmpWidget->tableWidget->columnCount(); // Add a row at the end of the table @@ -400,7 +400,7 @@ void HexoticPluginGUI_HypothesisCreator::onRemoveLocalSize() { std::string entry = mySmpWidget->tableWidget->item( row, ENTRY_COL )->text().toStdString(); mySizeMapsToRemove.push_back(entry); - MESSAGE("ADDING entry : "<tableWidget->model()->removeRows(it->topRow(), it->rowCount()); } @@ -481,7 +481,7 @@ void HexoticPluginGUI_HypothesisCreator::retrieveParams() const GEOM::GEOM_Object_var anObject = entryToObject( entry ); std::string shapeName = anObject->GetName(); - MESSAGE(" Insert local size, entry : "<SetSizeMapEntry( it->first.c_str(), it->second ); - MESSAGE("STORING Size map : entry "<first.c_str()<<" size : "<second) + MESSAGE("STORING Size map : entry "<first.c_str()<<" size : "<second); } std::vector< std::string >::const_iterator entry_it; for ( entry_it = mySizeMapsToRemove.begin(); entry_it!= mySizeMapsToRemove.end(); entry_it++ ) @@ -740,7 +740,7 @@ bool HexoticPluginGUI_HypothesisCreator::readSizeMapsFromWidgets( HexoticHypothe // Set the size maps h_data.mySizeMaps[ entry ] = size; - MESSAGE("READING Size map from WIDGET: entry "<