]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/SGBinding.hxx
Make subsystem group destruction explicit, so get_subsystem calls during destruction...
[simgear.git] / simgear / structure / SGBinding.hxx
index b15f7061641c1e3feb4efd48a606cfb8c0297710..25e1601efc4e970bace30afa993b9ebc0fdcd289 100644 (file)
@@ -58,7 +58,7 @@ public:
    *
    * @return The string name of the command for this binding.
    */
-  const string &getCommandName () const { return _command_name; }
+  const std::string &getCommandName () const { return _command_name; }
 
 
   /**