]> git.mxchange.org Git - simgear.git/blobdiff - simgear/timing/timezone.h
Manage OSG object cache explicitly
[simgear.git] / simgear / timing / timezone.h
index 2efdafffb40b7f75ac44a98cc9d651cc24786dce..aa282b546ca5196d616c5ae667d58989298072e5 100644 (file)
@@ -28,6 +28,7 @@
 #define _TIMEZONE_H_
 
 #include <stdio.h>
+#include <string>
 
 #include <simgear/timing/geocoord.h>
 
@@ -84,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)