summaryrefslogtreecommitdiffstats
path: root/include/astra/ReconstructionAlgorithm2D.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/astra/ReconstructionAlgorithm2D.h')
-rw-r--r--include/astra/ReconstructionAlgorithm2D.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/astra/ReconstructionAlgorithm2D.h b/include/astra/ReconstructionAlgorithm2D.h
index 6ee7234..e105a7c 100644
--- a/include/astra/ReconstructionAlgorithm2D.h
+++ b/include/astra/ReconstructionAlgorithm2D.h
@@ -116,7 +116,7 @@ public:
*
* @return map with all boost::any object
*/
- virtual map<string,boost::any> getInformation();
+ virtual std::map<std::string,boost::any> getInformation();
/** Get a single piece of information.
*