]> git.mxchange.org Git - flightgear.git/blobdiff - src/Aircraft/flightrecorder.hxx
Canvas: CSS like property value inheritance.
[flightgear.git] / src / Aircraft / flightrecorder.hxx
index a2045f64a8b8db341cfad1a2f0ed8b04c46e7698..7650db458fe4d3d21c8a9f78dcfa472448723869 100644 (file)
@@ -16,7 +16,7 @@
 //
 // 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -68,7 +68,7 @@ private:
                         SGPropertyNode_ptr BaseNode);
     void processSignalList(const char* pSignalType, FlightRecorder::TSignalList& SignalList,
                            SGPropertyNode_ptr SignalListNode,
-                           string PropPrefix="", int Count = 1);
+                           std::string PropPrefix="", int Count = 1);
     bool haveProperty(FlightRecorder::TSignalList& Capture,SGPropertyNode* pProperty);
     bool haveProperty(SGPropertyNode* pProperty);
 
@@ -83,7 +83,7 @@ private:
     FlightRecorder::TSignalList m_CaptureBool;
 
     int m_TotalRecordSize;
-    string m_ConfigName;
+    std::string m_ConfigName;
 };
 
 #endif /* FLIGHTRECORDER_HXX_ */