diff Samples/Common/MeasureCommands.cpp @ 634:6a144a45b2d8

Converted C++11 code to C++03
author Benjamin Golinvaux <bgo@osimis.io>
date Thu, 09 May 2019 14:54:12 +0200
parents 500c3f70b6c2
children f939f449482c
line wrap: on
line diff
--- a/Samples/Common/MeasureCommands.cpp	Thu May 09 14:38:27 2019 +0200
+++ b/Samples/Common/MeasureCommands.cpp	Thu May 09 14:54:12 2019 +0200
@@ -21,7 +21,7 @@
 #include "MeasureCommands.h"
 
 namespace OrthancStone
-{
+{
   void CreateMeasureCommand::Undo()
   {
     // simply disable the measure tool upon undo
@@ -31,7 +31,7 @@
   void CreateMeasureCommand::Redo()
   {
     GetMeasureTool()->Enable();
-  }
+  }
 
   CreateMeasureCommand::CreateMeasureCommand(
     Scene2D& scene, MeasureToolList& measureTools)