aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vmime/platforms/windows/windowsFile.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmime/platforms/windows/windowsFile.hpp b/vmime/platforms/windows/windowsFile.hpp
index 62087960..2af02d69 100644
--- a/vmime/platforms/windows/windowsFile.hpp
+++ b/vmime/platforms/windows/windowsFile.hpp
@@ -109,7 +109,7 @@ public:
~windowsFileIterator();
const bool hasMoreElements() const;
- vmime::utility::file* nextElement();
+ vmime::ref <vmime::utility::file> nextElement();
private: