Irix fix.
This commit is contained in:
parent
18a3df31b3
commit
86e5f091bc
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@ using namespace std;
|
|||
|
||||
class FGPropertyManager:public SGPropertyNode {
|
||||
public:
|
||||
FGPropertyManager::FGPropertyManager(void) {
|
||||
FGPropertyManager(void) {
|
||||
|
||||
}
|
||||
|
||||
FGPropertyManager::~FGPropertyManager(void) {
|
||||
~FGPropertyManager(void) {
|
||||
|
||||
}
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue