1
0
Fork 0

std namespace missing everywhere in fgpanel

This commit is contained in:
Frederic Bouvier 2011-11-14 08:31:00 +01:00
parent 85924cf953
commit b5a0da1c6e
2 changed files with 3 additions and 1 deletions

View file

@ -32,6 +32,8 @@
#include <simgear/io/sg_socket.hxx>
#include <simgear/misc/strutils.hxx>
using namespace std;
class PropertySetter {
public:
PropertySetter( SGPropertyNode_ptr node ) : _node(node) {}

View file

@ -41,7 +41,7 @@
#include "FGTextureLoaderInterface.hxx"
class FGPanelInstrument;
using namespace std;
////////////////////////////////////////////////////////////////////////
// Texture management.