]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_file.hxx
hla: Use HLADataElementIndices for HLAInteractionClass.
[simgear.git] / simgear / io / sg_file.hxx
index 7e5854c14ac9008bbd9be46d2f9de231cafe729c..7d84286389778812efdd72b49dfd9022eb223723 100644 (file)
@@ -88,7 +88,7 @@ public:
     inline std::string get_file_name() const { return file_name; }
 
     /** @return true of eof conditions exists */
-    inline bool eof() const { return eof_flag; };
+    virtual bool eof() const { return eof_flag; };
 };