Remove most using declarations from header files.
[ardour.git] / libs / ardour / ardour / export_failed.h
index f6ea1c13230de472ecebfddccedbcf7067c548f7..63256b458e67c8fb7d670c4043ddd6e68e651030 100644 (file)
@@ -27,8 +27,6 @@
 
 #include "i18n.h"
 
-using namespace PBD;
-
 namespace ARDOUR
 {
 
@@ -38,7 +36,7 @@ class ExportFailed : public std::exception
        ExportFailed (std::string const & reason) :
          reason (reason.c_str())
        {
-               error << string_compose (_("Export failed: %1"), reason) << endmsg;
+               PBD::error << string_compose (_("Export failed: %1"), reason) << endmsg;
        }
        
        ~ExportFailed () throw() { }