diff options
Diffstat (limited to 'include/astra/CudaFDKAlgorithm3D.h')
-rw-r--r-- | include/astra/CudaFDKAlgorithm3D.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/astra/CudaFDKAlgorithm3D.h b/include/astra/CudaFDKAlgorithm3D.h index 1c4c622..1189651 100644 --- a/include/astra/CudaFDKAlgorithm3D.h +++ b/include/astra/CudaFDKAlgorithm3D.h @@ -118,7 +118,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 represented as a boost::any * |