1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #16999 from rgarnov:exports_for_gisland_executable

This commit is contained in:
Alexander Alekhin
2020-04-07 19:55:01 +00:00
+4 -1
View File
@@ -94,7 +94,10 @@ protected:
// * Is instantiated by the last step of the Islands fusion procedure;
// * 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:
using InObj = std::pair<RcDesc, cv::GRunArg>;