Hi,

..ok, so lets try post a patch instead: ...
arnt@celsius:~/FG-git$ diff -u \
fgfs/source/src/FDM/flightProperties.hxx \
fgfs/flightgear/src/FDM/flightProperties.hxx 
--- fgfs/source/src/FDM/flightProperties.hxx    
2011-04-22 23:07:55.000000000 +0200 
+++ fgfs/flightgear/src/FDM/flightProperties.hxx        
2011-04-10 11:22:19.000000000 +0200 
@@ -45,7 +45,7 @@ class FlightProperties {
 public:
-  FlightProperties(SGPropertyNode* aRoot = NULL);
+  FlightProperties(SGPropertyNode* aRoot = 0);
   ~FlightProperties();
 
   double get_V_north() const;

..attached, pls review and commit.
arnt@celsius:~/FG-git$ ll diffs/flightProperties.hxx.patch
-rw-r--r-- 1 arnt arnt 376 Apr 22 23:54 diffs/flightProperties.hxx.patch
arnt@celsius:~/FG-git$ md5sum diffs/flightProperties.hxx.patch
491949c2531c38747af61dd420b6de8a  diffs/flightProperties.hxx.patch
arnt@celsius:~/FG-git$ 

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.
--- fgfs/source/src/FDM/flightProperties.hxx	2011-04-22 23:07:55.000000000 +0200
+++ fgfs/flightgear/src/FDM/flightProperties.hxx	2011-04-10 11:22:19.000000000 +0200
@@ -45,7 +45,7 @@
 class FlightProperties
 {
 public:
-  FlightProperties(SGPropertyNode* aRoot = NULL);
+  FlightProperties(SGPropertyNode* aRoot = 0);
   ~FlightProperties();
 
   double get_V_north() const;
------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to