Fix typo of SparseMat_<_Tp>::SparseMat_(const SparseMat& m)
authorKazuki Matsuda <matsuda.kazuki@facebook.com>
Sun, 5 Jan 2014 17:24:14 +0000 (02:24 +0900)
committerKazuki Matsuda <matsuda.kazuki@facebook.com>
Sun, 5 Jan 2014 17:24:14 +0000 (02:24 +0900)
commit2ae20c74a2661d5975529211f4c95206e8558243
tree57b885ccf4fa5888c3a72a9c427fc267cbe951dc
parent5327482b466ab03fd8241a26165a7170cd6fb76f
Fix typo of SparseMat_<_Tp>::SparseMat_(const SparseMat& m)

Fix compilation erros when compiling this constructor.
First argument type of "convertTo" should be instance, not a pointer of instance.

First pull request was created for master branch.
But it should be marged for 2.4.
https://github.com/Itseez/opencv/pull/2113
modules/core/include/opencv2/core/mat.hpp