changed "void FileStorage::release(string&)" to "string FileStorage::releaseAndGetString()"
This commit is contained in:
@@ -3978,7 +3978,7 @@ public:
|
||||
//! closes the file and releases all the memory buffers
|
||||
CV_WRAP virtual void release();
|
||||
//! closes the file, releases all the memory buffers and returns the text string
|
||||
CV_WRAP_AS(releaseAndGetString) virtual void release(CV_OUT string& buf);
|
||||
CV_WRAP virtual string releaseAndGetString();
|
||||
|
||||
//! returns the first element of the top-level mapping
|
||||
CV_WRAP FileNode getFirstTopLevelNode() const;
|
||||
|
Reference in New Issue
Block a user