]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_file.hxx
New automake, new problems. Use $base_LIBS where $LIBS was automatically added before
[simgear.git] / simgear / io / sg_file.hxx
index b116cf1f8c7d3e26cd4d1c070b2a6f5572ee0367..88ecf1e0dc654be16c929cb282d88d929ff76515 100644 (file)
@@ -87,7 +87,7 @@ public:
     // close file
     bool close();
 
-    /** Return the name of the file being manipulated. */
+    /** @return the name of the file being manipulated. */
     inline string get_file_name() const { return file_name; }
 };