diff options
Diffstat (limited to 'src/PatchagePort.h')
-rw-r--r-- | src/PatchagePort.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PatchagePort.h b/src/PatchagePort.h index e4f4c28..6109fba 100644 --- a/src/PatchagePort.h +++ b/src/PatchagePort.h @@ -29,7 +29,7 @@ #include <alsa/asoundlib.h> #endif -using namespace LibFlowCanvas; +using namespace FlowCanvas; using std::string; using std::list; enum PortType { JACK_AUDIO, JACK_MIDI, ALSA_MIDI }; @@ -39,7 +39,7 @@ enum PortType { JACK_AUDIO, JACK_MIDI, ALSA_MIDI }; * * \ingroup OmGtk */ -class PatchagePort : public LibFlowCanvas::Port +class PatchagePort : public FlowCanvas::Port { public: PatchagePort(boost::shared_ptr<Module> module, PortType type, const string& name, bool is_input, int color) |