std namespace missing everywhere in fgpanel
This commit is contained in:
parent
85924cf953
commit
b5a0da1c6e
2 changed files with 3 additions and 1 deletions
|
@ -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) {}
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
#include "FGTextureLoaderInterface.hxx"
|
||||
|
||||
class FGPanelInstrument;
|
||||
|
||||
using namespace std;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
// Texture management.
|
||||
|
|
Loading…
Reference in a new issue