diff options
author | David Robillard <d@drobilla.net> | 2007-06-06 02:51:08 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-06-06 02:51:08 +0000 |
commit | 5a2358e39602607757fedd08a7355bede3cb8739 (patch) | |
tree | 97e7c12667966a8bbc4e9d29a8eceb52fca18fb2 /src/PatchagePort.h | |
parent | a62edb3f48133352c085e58c970cd77790d47df2 (diff) | |
download | patchage-5a2358e39602607757fedd08a7355bede3cb8739.tar.gz patchage-5a2358e39602607757fedd08a7355bede3cb8739.tar.bz2 patchage-5a2358e39602607757fedd08a7355bede3cb8739.zip |
Nicer Flowcanvas naming.
git-svn-id: http://svn.drobilla.net/lad/patchage@529 a436a847-0d15-0410-975c-d299462d15a1
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) |