Fixed missing ref<>.
This commit is contained in:
parent
a3fb68e78b
commit
ebec70b308
@ -109,7 +109,7 @@ public:
|
|||||||
~windowsFileIterator();
|
~windowsFileIterator();
|
||||||
|
|
||||||
const bool hasMoreElements() const;
|
const bool hasMoreElements() const;
|
||||||
vmime::utility::file* nextElement();
|
vmime::ref <vmime::utility::file> nextElement();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user