From 4baec44d69d855a28d234b375bdb902e89114356 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Wed, 3 Jun 2009 04:16:04 +0000
Subject: Update bindings.

git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2079 a436a847-0d15-0410-975c-d299462d15a1
---
 src/serialisation/serialisation.hpp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'src/serialisation')

diff --git a/src/serialisation/serialisation.hpp b/src/serialisation/serialisation.hpp
index b984102d..d04639a5 100644
--- a/src/serialisation/serialisation.hpp
+++ b/src/serialisation/serialisation.hpp
@@ -18,6 +18,8 @@
 #ifndef INGEN_SERIALISATION_H
 #define INGEN_SERIALISATION_H
 
+#include <boost/shared_ptr.hpp>
+
 namespace Ingen {
 
 namespace Shared { class World; class Store; }
@@ -31,8 +33,8 @@ class Serialiser;
 extern "C" {
 
 	extern Parser*     new_parser();
-	extern Serialiser* new_serialiser(Ingen::Shared::World*    world,
-	                                  SharedPtr<Shared::Store> store);
+	extern Serialiser* new_serialiser(Ingen::Shared::World*            world,
+	                                  boost::shared_ptr<Shared::Store> store);
 
 }
 
-- 
cgit v1.2.1