diff Samples/Common/RtViewerApp.h @ 1427:cecedf0b1be6

fix for msvc2008
author s.jodogne@gmail.com
date Fri, 15 May 2020 14:15:14 +0200
parents 07fac4fdbe07
children 15173a383a00
line wrap: on
line diff
--- a/Samples/Common/RtViewerApp.h	Fri May 15 13:04:34 2020 +0200
+++ b/Samples/Common/RtViewerApp.h	Fri May 15 14:15:14 2020 +0200
@@ -109,7 +109,7 @@
     // SetArgument is above (public section)
     std::map<std::string, std::string> arguments_;
 
-    const std::string& GetArgument(const std::string& key) const;
+    std::string GetArgument(const std::string& key) const;
     bool HasArgument(const std::string& key) const;
 
     /**