Commit 53986aaa authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #996 from mshabunin:cmakeex

parents e53977f6 18a53916
...@@ -195,7 +195,7 @@ public: ...@@ -195,7 +195,7 @@ public:
int getDescriptorType() const { return params.descriptorType; } int getDescriptorType() const { return params.descriptorType; }
}; };
template < int T > class CV_EXPORTS_W GPCForest : public Algorithm template < int T > class GPCForest : public Algorithm
{ {
private: private:
struct Trail struct Trail
......
...@@ -42,7 +42,7 @@ namespace cv ...@@ -42,7 +42,7 @@ namespace cv
namespace rgbd namespace rgbd
{ {
class CV_EXPORTS TickMeter class TickMeter
{ {
public: public:
TickMeter(); TickMeter();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment