comparison 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
comparison
equal deleted inserted replaced
1426:1e132fe7090e 1427:cecedf0b1be6
107 107
108 // argument handling 108 // argument handling
109 // SetArgument is above (public section) 109 // SetArgument is above (public section)
110 std::map<std::string, std::string> arguments_; 110 std::map<std::string, std::string> arguments_;
111 111
112 const std::string& GetArgument(const std::string& key) const; 112 std::string GetArgument(const std::string& key) const;
113 bool HasArgument(const std::string& key) const; 113 bool HasArgument(const std::string& key) const;
114 114
115 /** 115 /**
116 This adds the command at the top of the undo stack 116 This adds the command at the top of the undo stack
117 */ 117 */