From f4f74f3316b474096f164aa33c9d2e8965a545c3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 15 Dec 2010 20:10:41 +0000 Subject: Improve performance for setups with many apps or ports. (Eliminate all linear searches for items, except one case for Jack ports which is unavoidable due to the Jack API, but is memoized, so each port will only be searched for once between refreshes). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2712 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageModule.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/PatchageModule.hpp') diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index a2b67ee..3e7bcbd 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -26,6 +26,8 @@ using namespace FlowCanvas; +class Patchage; + class PatchageModule : public Module { public: -- cgit v1.2.1