diff OrthancStone/Sources/Toolbox/DicomStructure2.cpp @ 1640:52b8b96cb55f

cleaning namespaces
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Nov 2020 16:55:22 +0100
parents 8563ea5d8ae4
children 9ac2a65d4172
line wrap: on
line diff
--- a/OrthancStone/Sources/Toolbox/DicomStructure2.cpp	Tue Nov 10 16:41:11 2020 +0100
+++ b/OrthancStone/Sources/Toolbox/DicomStructure2.cpp	Tue Nov 10 16:55:22 2020 +0100
@@ -152,7 +152,7 @@
       ComputeSliceThickness(); // this will change state_ from NormalComputed to Valid
   }
 
-  OrthancStone::Vector DicomStructure2::GetNormal() const
+  Vector DicomStructure2::GetNormal() const
   {
     if (state_ != Valid && state_ != Invalid)
     {