]> git.mxchange.org Git - flightgear.git/blobdiff - src/WeatherCM/FGLocalWeatherDatabase.h
- modified FGBinding to keep a local copy of the argument property
[flightgear.git] / src / WeatherCM / FGLocalWeatherDatabase.h
index 8dd8aeeb642267149e9287d4bebc5effb4e71717..a779a861a2366e735d6691673b4c3bf04c21f7ba 100644 (file)
@@ -71,9 +71,9 @@ HISTORY
 /****************************************************************************/
 /* DEFINES                                                                 */
 /****************************************************************************/
-FG_USING_STD(vector);
-FG_USING_STD(string);
-FG_USING_NAMESPACE(std);
+SG_USING_STD(vector);
+SG_USING_STD(string);
+SG_USING_NAMESPACE(std);
 
 /****************************************************************************/
 /* CLASS DECLARATION                                                       */
@@ -114,7 +114,7 @@ public:
 
     void init( const WeatherPrecision visibility,
               const DatabaseWorkingType type,
-              const stringroot );
+              const string &root );
 
     /************************************************************************/
     /* Constructor and Destructor                                          */
@@ -164,7 +164,7 @@ public:
     /************************************************************************/
     /* Get the physical properties on the specified point p                */
     /************************************************************************/
-#ifdef MACOS
+#ifdef macintosh
     /* fix a problem with mw compilers in that they don't know the
        difference between the next two methods. Since the first one
        doesn't seem to be used anywhere, I commented it out. This is