]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_props.hxx
Merge branch 'merge-requests/1555' into next
[flightgear.git] / src / Main / fg_props.hxx
index 8f2e95f0f081def7f4caba1078a69718c8e52270..d4d7ef1c83ae3e15eb5ec6fc30eb5e79bbd552b8 100644 (file)
@@ -420,7 +420,7 @@ extern const char * fgGetString (const char * name,
  * @return The property's value as a string, or the default value provided.
  */
 inline const char * fgGetString (const std::string & name,
-                                const std::string & defaultValue = string(""))
+                                 const std::string & defaultValue = std::string(""))
 {
     return fgGetString( name.c_str(), defaultValue.c_str() );
 }