X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fstructure%2FSGBinding.hxx;h=25e1601efc4e970bace30afa993b9ebc0fdcd289;hb=200df49d6e2d8896e1deaa6da7af5b4a91058a4f;hp=b15f7061641c1e3feb4efd48a606cfb8c0297710;hpb=2ea2f1b4f29afe7d74e0474ca02874387526e804;p=simgear.git diff --git a/simgear/structure/SGBinding.hxx b/simgear/structure/SGBinding.hxx index b15f7061..25e1601e 100644 --- a/simgear/structure/SGBinding.hxx +++ b/simgear/structure/SGBinding.hxx @@ -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; } /**