summaryrefslogtreecommitdiffstats
path: root/include/astra/ReconstructionAlgorithm3D.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/astra/ReconstructionAlgorithm3D.h')
-rw-r--r--include/astra/ReconstructionAlgorithm3D.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/astra/ReconstructionAlgorithm3D.h b/include/astra/ReconstructionAlgorithm3D.h
index 010443f..0bbae2d 100644
--- a/include/astra/ReconstructionAlgorithm3D.h
+++ b/include/astra/ReconstructionAlgorithm3D.h
@@ -117,7 +117,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.
*