diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2017-02-16 14:37:44 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2017-02-16 14:37:44 +0100 |
commit | 27e23f29f368e06315f2ea381ef38a3affa93c64 (patch) | |
tree | 0cac9c94878909bb1eff59c8d4ae3e9b815aa76e /include/astra/ReconstructionAlgorithm3D.h | |
parent | f591df5ff62deb8de2956cc8200db4034fb6ea05 (diff) | |
download | astra-27e23f29f368e06315f2ea381ef38a3affa93c64.tar.gz astra-27e23f29f368e06315f2ea381ef38a3affa93c64.tar.bz2 astra-27e23f29f368e06315f2ea381ef38a3affa93c64.tar.xz astra-27e23f29f368e06315f2ea381ef38a3affa93c64.zip |
Remove using namespace std; from headers
Diffstat (limited to 'include/astra/ReconstructionAlgorithm3D.h')
-rw-r--r-- | include/astra/ReconstructionAlgorithm3D.h | 2 |
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. * |