]> git.mxchange.org Git - flightgear.git/commitdiff
Minor namespace issue
authorThorstenB <brehmt@gmail.com>
Wed, 23 Mar 2011 21:49:18 +0000 (22:49 +0100)
committerThorstenB <brehmt@gmail.com>
Wed, 23 Mar 2011 21:49:18 +0000 (22:49 +0100)
using "using" in the .cxx now :)

src/Environment/realwx_ctrl.cxx

index 03db5a87a1b8363106b57b54afd721d6f632f1ff..621fb11c3c829ba76c0c98214937c049aab5837f 100644 (file)
@@ -40,6 +40,7 @@
 #include <simgear/threads/SGQueue.hxx>
 #endif
 
+using simgear::PropertyList;
 
 namespace Environment {