X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fsg_file.hxx;h=7d84286389778812efdd72b49dfd9022eb223723;hb=201cb61f842ef50a19438e3872ba22e588fa1afc;hp=7e5854c14ac9008bbd9be46d2f9de231cafe729c;hpb=a2249becba1d574d567791ef8b03ef50b129eb90;p=simgear.git diff --git a/simgear/io/sg_file.hxx b/simgear/io/sg_file.hxx index 7e5854c1..7d842863 100644 --- a/simgear/io/sg_file.hxx +++ b/simgear/io/sg_file.hxx @@ -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; }; };