]> 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 213f07d18844bab4a5d7a659f5bfb714555200e0..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                                          */