]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/props.hxx
Update the code a bit more, add a function to retreive the last error string and...
[simgear.git] / simgear / props / props.hxx
index c800f29da755b36a7560167499177f0574e0c308..a08d6ffa9ca2f4d6a87b3af8fc027bcb735168ce 100644 (file)
@@ -850,10 +850,8 @@ public:
 
   /**
    * Get the type of leaf value, if any, for this node.
-   * When applied to an ALIAS node, deref_alias decides if the type
-   * of the referred node is to be returned (default), or ALIAS.
    */
-  Type getType (bool deref_alias = true) const;
+  Type getType () const;
 
 
   /**