diff options
| -rw-r--r-- | src/Config.cpp | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Config.cpp b/src/Config.cpp index de5b42e..9420e1f 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -39,9 +39,10 @@ along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>.  #include "astra/Logging.h"  #include <sstream> -using namespace astra;  using namespace std; +namespace astra { +  //-----------------------------------------------------------------------------  // default constructor  Config::Config() : self() @@ -180,3 +181,4 @@ template class ConfigStackCheck<CVolumeGeometry3D>;  template class ConfigStackCheck<CProjector2D>;  template class ConfigStackCheck<CProjector3D>; +}  | 
