]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATCDCL/atis.hxx
Fix file access mode for newnavradio.[ch]xx
[flightgear.git] / src / ATCDCL / atis.hxx
index 76809eb095cb8fd9d87d590ad2e25e7bc6538e7c..0c6124b8d6be6ea9627d83d3daae4057769a0feb 100644 (file)
@@ -95,6 +95,7 @@ class FGATIS : public FGATC {
        void TreeOut(int msgOK);
 
        friend std::istream& operator>> ( std::istream&, FGATIS& );
+
 };
 
 typedef int (FGATIS::*int_getter)() const;