mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 13:10:12 +08:00
Added GAPI_EXPORTS to GIslandExecutable since now it needs to be exported
This commit is contained in:
parent
763a1d7392
commit
43df944eb4
@ -94,7 +94,10 @@ protected:
|
|||||||
// * Is instantiated by the last step of the Islands fusion procedure;
|
// * Is instantiated by the last step of the Islands fusion procedure;
|
||||||
// * Is orchestrated by a GExecutor instance.
|
// * Is orchestrated by a GExecutor instance.
|
||||||
//
|
//
|
||||||
class GIslandExecutable
|
// GAPI_EXPORTS is here since this class comes with the default
|
||||||
|
// implementation to some methods and it needs to be exported to allow
|
||||||
|
// it to use in the external (extra) backends.
|
||||||
|
class GAPI_EXPORTS GIslandExecutable
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
using InObj = std::pair<RcDesc, cv::GRunArg>;
|
using InObj = std::pair<RcDesc, cv::GRunArg>;
|
||||||
|
Loading…
Reference in New Issue
Block a user