projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36ef599
)
removed unnecessary CV_EXPORTS
author
Vladislav Vinogradov
<no@email>
Mon, 23 Apr 2012 08:31:14 +0000
(08:31 +0000)
committer
Vladislav Vinogradov
<no@email>
Mon, 23 Apr 2012 08:31:14 +0000
(08:31 +0000)
modules/core/src/gpumat.cpp
patch
|
blob
|
history
diff --git
a/modules/core/src/gpumat.cpp
b/modules/core/src/gpumat.cpp
index
f194878
..
cb58f19
100644
(file)
--- a/
modules/core/src/gpumat.cpp
+++ b/
modules/core/src/gpumat.cpp
@@
-706,7
+706,7
@@
cv::Mat::Mat(const GpuMat& m) : flags(0), dims(0), rows(0), cols(0), data(0), re
\r
namespace
\r
{
\r
- class
CV_EXPORTS
GpuFuncTable
\r
+ class GpuFuncTable
\r
{
\r
public:
\r
virtual ~GpuFuncTable() {}
\r