mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 05:29:54 +08:00
removed unnecessary CV_EXPORTS
This commit is contained in:
parent
36ef599840
commit
1eebb4506a
@ -706,7 +706,7 @@ cv::Mat::Mat(const GpuMat& m) : flags(0), dims(0), rows(0), cols(0), data(0), re
|
||||
|
||||
namespace
|
||||
{
|
||||
class CV_EXPORTS GpuFuncTable
|
||||
class GpuFuncTable
|
||||
{
|
||||
public:
|
||||
virtual ~GpuFuncTable() {}
|
||||
|
Loading…
Reference in New Issue
Block a user