1
0
Fork 0

Hans Janssen: Build fixes for GCC 4.6.1 on Fedora

This commit is contained in:
Martin Spott 2011-09-25 15:48:36 -07:00
parent 55e68f9eda
commit 952e3c3489
2 changed files with 12 additions and 11 deletions

View file

@ -34,6 +34,7 @@
#include <simgear/compiler.h>
#include <vector>
#include <cstddef>
// forward declaration
class TGContourNode;

View file

@ -188,7 +188,7 @@ protected:
private:
std::string _path;
mutable VpfTableManager &_table_manager;
VpfTableManager &_table_manager;
};