mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
removed FileNodeIterator::operator->()
This commit is contained in:
@@ -2388,11 +2388,6 @@ FileNode FileNodeIterator::operator *() const
|
||||
return FileNode(idx < nodeNElems ? fs : 0, blockIdx, ofs);
|
||||
}
|
||||
|
||||
FileNode FileNodeIterator::operator ->() const
|
||||
{
|
||||
return FileNode(idx < nodeNElems ? fs : 0, blockIdx, ofs);
|
||||
}
|
||||
|
||||
FileNodeIterator& FileNodeIterator::operator ++ ()
|
||||
{
|
||||
if( idx == nodeNElems || !fs )
|
||||
|
||||
Reference in New Issue
Block a user