diff options
Diffstat (limited to 'include/astra/CglsAlgorithm.h')
-rw-r--r-- | include/astra/CglsAlgorithm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/astra/CglsAlgorithm.h b/include/astra/CglsAlgorithm.h index c7eac73..7ce68bc 100644 --- a/include/astra/CglsAlgorithm.h +++ b/include/astra/CglsAlgorithm.h @@ -149,7 +149,7 @@ public: * * @return Map with all available identifier strings and their values. */ - virtual map<string,boost::any> getInformation(); + virtual std::map<std::string,boost::any> getInformation(); /** Get a single piece of information represented as a boost::any * |