gcc 4.0 fixes.
This commit is contained in:
parent
127e84cee9
commit
def25f39d5
2 changed files with 2 additions and 2 deletions
|
@ -551,7 +551,7 @@ FGInput::_init_joystick ()
|
|||
// cursors defined as textures referenced in the property tree. This
|
||||
// list could then be eliminated. -Andy
|
||||
//
|
||||
struct {
|
||||
static struct {
|
||||
const char * name;
|
||||
int cursor;
|
||||
} mouse_cursor_map[] = {
|
||||
|
|
|
@ -213,7 +213,7 @@ static naRef f_globals(naContext c, naRef args)
|
|||
return propNodeGhostCreate(c, globals->get_props());
|
||||
}
|
||||
|
||||
struct {
|
||||
static struct {
|
||||
naCFunction func;
|
||||
char* name;
|
||||
} propfuncs[] = {
|
||||
|
|
Loading…
Reference in a new issue