MSVC 10 compile fix
This commit is contained in:
parent
83f41ae4bc
commit
9db8ec74f0
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
#include <simgear/debug/logstream.hxx>
|
#include <simgear/debug/logstream.hxx>
|
||||||
#include "tgconstruct.hxx"
|
#include "tgconstruct.hxx"
|
||||||
|
|
||||||
const static double TGConstruct::gSnap = 0.00000001; // approx 1 mm
|
const double TGConstruct::gSnap = 0.00000001; // approx 1 mm
|
||||||
|
|
||||||
// Constructor
|
// Constructor
|
||||||
TGConstruct::TGConstruct():
|
TGConstruct::TGConstruct():
|
||||||
|
|
Loading…
Reference in a new issue