]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/memory.h
Use the new Handle class to hide platform details from public headers
[libs/core.git] / source / io / memory.h
index 27fd6cbd56aeeb1fda7b9d1260ca667c114c7ce4..870edcf0adf3f6d506a71de57a6c0be52dacc51e 100644 (file)
@@ -31,7 +31,7 @@ public:
        virtual unsigned seek(int, SeekType);
        virtual unsigned tell() const { return pos-begin; }
 
-       virtual Handle get_event_handle();
+       virtual const Handle &get_event_handle();
 
 private:
        void check_mode(Mode) const;