X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Ftiming%2Ftimezone.h;h=f5779fd374aca1f50c5aa5116f28840c90841e91;hb=6a7c2000027cd22eea603e936ddbad1a5bfc8b04;hp=e286d857d55ea72bbdc5e7d409b1554187eec062;hpb=51ef4568dd248a6917720a386e658610958e1512;p=simgear.git diff --git a/simgear/timing/timezone.h b/simgear/timing/timezone.h index e286d857..f5779fd3 100644 --- a/simgear/timing/timezone.h +++ b/simgear/timing/timezone.h @@ -12,10 +12,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * - * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * **************************************************************************/ @@ -29,6 +28,7 @@ #define _TIMEZONE_H_ #include +#include #include @@ -44,8 +44,8 @@ class SGTimeZone : public SGGeoCoord private: - string countryCode; - string descriptor; + std::string countryCode; + std::string descriptor; public: @@ -85,11 +85,6 @@ public: */ virtual ~SGTimeZone() { }; - /** - * Print the descriptor string - */ - virtual void print() { printf("%s", descriptor.c_str()); } - /** * Return the descriptor string * @return descriptor string (char array)