Fixed build with mingw 4.4.0

This commit is contained in:
Andrey Kamaev
2012-04-22 14:50:09 +00:00
parent 3c0e9d12f7
commit e4303dc96f
2 changed files with 6 additions and 6 deletions

View File

@@ -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() {}