From 152af371387bd98fcb2d176e885c0dd7cb218efc Mon Sep 17 00:00:00 2001 From: John Zhao Date: Wed, 16 May 2018 10:48:15 +0800 Subject: [PATCH] Fix forward declaration --- src/api/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/plugin.h b/src/api/plugin.h index ceb85b1..325f6bf 100644 --- a/src/api/plugin.h +++ b/src/api/plugin.h @@ -28,7 +28,7 @@ MYNTEYE_BEGIN_NAMESPACE class API; -class Object; +struct Object; /** * The plugin which could implement processing by yourself.