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
|
// cursors defined as textures referenced in the property tree. This
|
||||||
// list could then be eliminated. -Andy
|
// list could then be eliminated. -Andy
|
||||||
//
|
//
|
||||||
struct {
|
static struct {
|
||||||
const char * name;
|
const char * name;
|
||||||
int cursor;
|
int cursor;
|
||||||
} mouse_cursor_map[] = {
|
} mouse_cursor_map[] = {
|
||||||
|
|
|
@ -213,7 +213,7 @@ static naRef f_globals(naContext c, naRef args)
|
||||||
return propNodeGhostCreate(c, globals->get_props());
|
return propNodeGhostCreate(c, globals->get_props());
|
||||||
}
|
}
|
||||||
|
|
||||||
struct {
|
static struct {
|
||||||
naCFunction func;
|
naCFunction func;
|
||||||
char* name;
|
char* name;
|
||||||
} propfuncs[] = {
|
} propfuncs[] = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue