From 23247259d858524c238b682bf2e796a4c32224c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lo=C3=AFc=20Collignon?= Date: Mon, 21 Jan 2019 10:40:50 +0100 Subject: [PATCH] Make the object inherits the 'raw' class MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Base the 'object' api on the newly added api wrapper. Change-Id: I8370552688bed19265427213fc1cc2f5660aada3 Signed-off-by: Loïc Collignon --- include/afb/c++/binding-object.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/afb/c++/binding-object.hpp b/include/afb/c++/binding-object.hpp index 65341362..307189b9 100644 --- a/include/afb/c++/binding-object.hpp +++ b/include/afb/c++/binding-object.hpp @@ -17,9 +17,7 @@ * limitations under the License. */ -extern "C" { -#include -} +#include #include #include @@ -201,6 +199,7 @@ namespace afb typename TTraits = ApiTraits > class base_api_t + : public api { friend TTraits; -- 2.16.6