Gui: modernize C++: return braced init list

This commit is contained in:
wmayer
2023-08-17 15:12:18 +02:00
committed by wwmayer
parent b2672abc06
commit fa8978ce99
58 changed files with 286 additions and 276 deletions

View File

@@ -1125,7 +1125,7 @@ SoFCSelectionContextBasePtr SoFCSelectionRoot::getNodeContext(
stack.front() = front;
if(it!=front->contextMap.end())
return it->second;
return SoFCSelectionContextBasePtr();
return {};
}
SoFCSelectionContextBasePtr