Commit 09436df1 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #9175 from alalek:issue_9169

parents c0dc2f2b acc85890
...@@ -1468,7 +1468,7 @@ public: ...@@ -1468,7 +1468,7 @@ public:
*/ */
void release(); void release();
//! deallocates the matrix data //! internal use function, consider to use 'release' method instead; deallocates the matrix data
void deallocate(); void deallocate();
//! internal use function; properly re-allocates _size, _step arrays //! internal use function; properly re-allocates _size, _step arrays
void copySize(const Mat& m); void copySize(const Mat& m);
......
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