diff options
Diffstat (limited to 'include/astra/BackProjectionAlgorithm.h')
-rw-r--r-- | include/astra/BackProjectionAlgorithm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/astra/BackProjectionAlgorithm.h b/include/astra/BackProjectionAlgorithm.h index 0d53567..dd67359 100644 --- a/include/astra/BackProjectionAlgorithm.h +++ b/include/astra/BackProjectionAlgorithm.h @@ -122,7 +122,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 * |