1
0
Fork 0

MSVC 10 compile fix

This commit is contained in:
Frederic Bouvier 2012-11-10 19:44:43 +01:00
parent 83f41ae4bc
commit 9db8ec74f0

View file

@ -30,7 +30,7 @@
#include <simgear/debug/logstream.hxx>
#include "tgconstruct.hxx"
const static double TGConstruct::gSnap = 0.00000001; // approx 1 mm
const double TGConstruct::gSnap = 0.00000001; // approx 1 mm
// Constructor
TGConstruct::TGConstruct():