Fix include and compiler warning
This commit is contained in:
parent
eb44003309
commit
c79510ef34
2 changed files with 3 additions and 2 deletions
|
@ -308,7 +308,8 @@ class ClipboardX11:
|
|||
struct Property
|
||||
{
|
||||
unsigned char *data;
|
||||
int format, num_items;
|
||||
int format;
|
||||
unsigned long num_items;
|
||||
Atom type;
|
||||
};
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include <simgear/sg_inlines.h>
|
||||
|
||||
#include <simgear/canvas/Canvas.hxx>
|
||||
#include <simgear/canvas/elements/element.hxx>
|
||||
#include <simgear/canvas/elements/CanvasElement.hxx>
|
||||
|
||||
static naRef canvasPrototype;
|
||||
static naRef elementPrototype;
|
||||
|
|
Loading…
Reference in a new issue