From 62d76290ae0eb783db0e24338c17adb08d845a73 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Jul 2006 22:13:38 +0000 Subject: Fixes for connecting directly from a patch input to a patch output git-svn-id: http://svn.drobilla.net/lad/ingen@81 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/client/PatchModel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/client/PatchModel.h') diff --git a/src/libs/client/PatchModel.h b/src/libs/client/PatchModel.h index a6f786d3..34ed9024 100644 --- a/src/libs/client/PatchModel.h +++ b/src/libs/client/PatchModel.h @@ -91,7 +91,7 @@ private: size_t m_poly; }; -typedef map PatchModelMap; +typedef map > PatchModelMap; } // namespace LibOmClient -- cgit v1.2.1