# HG changeset patch # User Benjamin Golinvaux # Date 1557855495 -7200 # Node ID 68b5688241d5520a190a2df410055829b41ec4d3 # Parent 63982c8c294af1f10a30c957368201c58d301865 Fixed broken previous merge diff -r 63982c8c294a -r 68b5688241d5 Applications/Generic/NativeStoneApplicationRunner.cpp --- a/Applications/Generic/NativeStoneApplicationRunner.cpp Tue May 14 18:39:50 2019 +0200 +++ b/Applications/Generic/NativeStoneApplicationRunner.cpp Tue May 14 19:38:15 2019 +0200 @@ -123,7 +123,7 @@ if (error || parameters.count("help")) { - std::cout << std::endl + std::cout << std::endl; std::cout << options << "\n"; return error ? -1 : 0; diff -r 63982c8c294a -r 68b5688241d5 Framework/Radiography/RadiographyLayer.cpp --- a/Framework/Radiography/RadiographyLayer.cpp Tue May 14 18:39:50 2019 +0200 +++ b/Framework/Radiography/RadiographyLayer.cpp Tue May 14 19:38:15 2019 +0200 @@ -211,7 +211,7 @@ geometry_.SetFlipVertical(flip); UpdateTransform(); - EmitMessage(RadiographyLayer::LayerEditedMessage(*this)); + BroadcastMessage(RadiographyLayer::LayerEditedMessage(*this)); } void RadiographyLayer::SetFlipHorizontal(bool flip) @@ -219,7 +219,7 @@ geometry_.SetFlipHorizontal(flip); UpdateTransform(); - EmitMessage(RadiographyLayer::LayerEditedMessage(*this)); + BroadcastMessage(RadiographyLayer::LayerEditedMessage(*this)); } void RadiographyLayer::SetSize(unsigned int width,