summaryrefslogtreecommitdiffstats
path: root/src/gui/SubpatchModule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/SubpatchModule.cpp')
-rw-r--r--src/gui/SubpatchModule.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/SubpatchModule.cpp b/src/gui/SubpatchModule.cpp
index b8e05b20..d407f6db 100644
--- a/src/gui/SubpatchModule.cpp
+++ b/src/gui/SubpatchModule.cpp
@@ -27,7 +27,6 @@
#include "PatchCanvas.hpp"
#include "Port.hpp"
#include "WindowFactory.hpp"
-using std::cerr; using std::cout; using std::endl;
namespace Ingen {
namespace GUI {
@@ -80,7 +79,7 @@ SubpatchModule::browse_to_patch()
void
SubpatchModule::show_dialog()
{
- cerr << "FIXME: dialog\n";
+ std::cerr << "FIXME: dialog" << std::endl;
//m_patch->show_control_window();
}