diff Applications/Samples/Common/RtViewerApp.h @ 1896:b3c08e607d9f

simplified signature of DicomStructureSet::ProjectStructure()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Jan 2022 17:19:37 +0100
parents 7053b8a0aaec
children c7bc9e1776a6
line wrap: on
line diff
--- a/Applications/Samples/Common/RtViewerApp.h	Wed Jan 19 14:51:55 2022 +0100
+++ b/Applications/Samples/Common/RtViewerApp.h	Wed Jan 26 17:19:37 2022 +0100
@@ -95,7 +95,7 @@
     */
     void SetArgument(const std::string& key, const std::string& value);
 
-    const VolumeImageGeometry& GetMainGeometry();
+    VolumeImageGeometry GetMainGeometry();
 
     static boost::shared_ptr<RtViewerApp> Create();