Fix forward declaration

This commit is contained in:
John Zhao 2018-05-16 10:48:15 +08:00
parent dd2fc88846
commit 152af37138

View File

@ -28,7 +28,7 @@
MYNTEYE_BEGIN_NAMESPACE MYNTEYE_BEGIN_NAMESPACE
class API; class API;
class Object; struct Object;
/** /**
* The plugin which could implement processing by yourself. * The plugin which could implement processing by yourself.