Fixed standalone build, added cv::gapi::proto::ptr test
This commit is contained in:
@@ -266,7 +266,6 @@ std::ostream& operator<<(std::ostream& os, const cv::GMetaArg &arg)
|
||||
}
|
||||
} // namespace cv
|
||||
|
||||
// TODO: This function requires thorough testing
|
||||
const void* cv::gimpl::proto::ptr(const GRunArgP &arg)
|
||||
{
|
||||
switch (arg.index())
|
||||
|
||||
@@ -28,7 +28,8 @@ GAPI_EXPORTS const GOrigin& origin_of (const GArg &arg);
|
||||
bool is_dynamic(const GArg &arg);
|
||||
GProtoArg rewrap (const GArg &arg);
|
||||
|
||||
const void* ptr (const GRunArgP &arg);
|
||||
// FIXME:: GAPI_EXPORTS because of tests only!!
|
||||
GAPI_EXPORTS const void* ptr (const GRunArgP &arg);
|
||||
|
||||
} // proto
|
||||
} // gimpl
|
||||
|
||||
Reference in New Issue
Block a user