Skip to content

Commit

Permalink
Added GAPI_EXPORTS to GIslandExecutable since now it needs to be expo…
Browse files Browse the repository at this point in the history
…rted
  • Loading branch information
dmatveev authored and Ruslan Garnov committed Apr 6, 2020
1 parent 763a1d7 commit 43df944
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/gapi/src/compiler/gislandmodel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ class GAPI_EXPORTS GIsland
// * 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>;
Expand Down

0 comments on commit 43df944

Please sign in to comment.