summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchBox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PatchBox.cpp')
-rw-r--r--src/gui/PatchBox.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/PatchBox.cpp b/src/gui/PatchBox.cpp
index c5a5a6c2..9150585a 100644
--- a/src/gui/PatchBox.cpp
+++ b/src/gui/PatchBox.cpp
@@ -48,8 +48,6 @@
#include <webkit/webkit.h>
#endif
-using namespace Raul;
-
namespace Ingen {
using namespace Client;
@@ -494,7 +492,7 @@ PatchBox::event_save_as()
const std::string symbol(basename.substr(0, basename.find('.')));
- if (!Symbol::is_valid(symbol)) {
+ if (!Raul::Symbol::is_valid(symbol)) {
message_dialog(
"<b>Ingen bundle names must be valid symbols.</b>",
"All characters must be _, a-z, A-Z, or 0-9, but the first may not be 0-9.",