X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fenvironment%2Fmetar.hxx;h=2f2e5d0218c08fb1a3a915ebb0c8c9e08fca154d;hb=a62f11c5509f8d7b2a4c3b587c0e7af8d4f5a39b;hp=26e8523ef21f9ba4cffee641ea83127a43d176bc;hpb=63a8209a839fcc142ab86ef16f323bb54c37521a;p=simgear.git diff --git a/simgear/environment/metar.hxx b/simgear/environment/metar.hxx index 26e8523e..2f2e5d02 100644 --- a/simgear/environment/metar.hxx +++ b/simgear/environment/metar.hxx @@ -101,7 +101,7 @@ public: inline double getFriction() const { return _friction; } inline const char *getFrictionString() const { return _friction_string; } inline const char *getComment() const { return _comment; } - inline const bool getWindShear() const { return _wind_shear; } + inline bool getWindShear() const { return _wind_shear; } inline const SGMetarVisibility& getMinVisibility() const { return _min_visibility; } inline const SGMetarVisibility& getMaxVisibility() const { return _max_visibility; } @@ -188,7 +188,7 @@ public: inline const char *getData() const { return _data; } inline const char *getUnusedData() const { return _m; } - inline const bool getProxy() const { return _x_proxy; } + inline bool getProxy() const { return _x_proxy; } inline const char *getId() const { return _icao; } inline int getYear() const { return _year; } inline int getMonth() const { return _month; }