]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/propsfwd.hxx
Fix #1783: repeated error message on console
[simgear.git] / simgear / props / propsfwd.hxx
index 00e3697ff75a943081e89f2209de3b3bd2b362c4..87998b59b737c2b209233eb93eb16577e4b2526a 100644 (file)
@@ -1,5 +1,5 @@
-/**
- * \file propsfwwd.hxx
+/** \file
+ *
  * Forward declarations for properties (and related structures)
  */
  
@@ -9,10 +9,10 @@
 #include <simgear/structure/SGSharedPtr.hxx>
 
 class SGPropertyNode;
+
 typedef SGSharedPtr<SGPropertyNode> SGPropertyNode_ptr;
 typedef SGSharedPtr<const SGPropertyNode> SGConstPropertyNode_ptr;
+
 class SGCondition; 
 
 #endif // of SG_PROPS_FWD_HXX