Skip to content

Commit 53986aa

Browse files
committed
Merge pull request #996 from mshabunin:cmakeex
2 parents e53977f + 18a5391 commit 53986aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/optflow/include/opencv2/optflow/sparse_matching_gpc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class CV_EXPORTS_W GPCTree : public Algorithm
195195
int getDescriptorType() const { return params.descriptorType; }
196196
};
197197

198-
template < int T > class CV_EXPORTS_W GPCForest : public Algorithm
198+
template < int T > class GPCForest : public Algorithm
199199
{
200200
private:
201201
struct Trail

modules/rgbd/test/test_normal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace cv
4242
namespace rgbd
4343
{
4444

45-
class CV_EXPORTS TickMeter
45+
class TickMeter
4646
{
4747
public:
4848
TickMeter();

0 commit comments

Comments
 (0)