From d22f6503008f738b5cf7dcb58212e1be503a54f4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 21 Dec 2012 21:10:54 +0000 Subject: Fix memory leaks. Add missing library dependencies. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4880 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/GraphImpl.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/server/GraphImpl.hpp') diff --git a/src/server/GraphImpl.hpp b/src/server/GraphImpl.hpp index 1eb0945e..9ef707fc 100644 --- a/src/server/GraphImpl.hpp +++ b/src/server/GraphImpl.hpp @@ -135,8 +135,7 @@ public: bool has_edge(const PortImpl* tail, const PortImpl* head) const; - CompiledGraph* compiled_graph() { return _compiled_graph; } - void compiled_graph(CompiledGraph* cp) { _compiled_graph = cp; } + void set_compiled_graph(CompiledGraph* cp); Raul::Array* external_ports() { return _ports; } void external_ports(Raul::Array* pa) { _ports = pa; } -- cgit v1.2.1