Adapt for latest SimGear changes and insert missing bracket
This commit is contained in:
parent
c79510ef34
commit
7e7d921515
2 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,7 @@ namespace canvas
|
|||
PropertyBasedElement(node),
|
||||
_image( simgear::canvas::CanvasPtr(),
|
||||
node,
|
||||
simgear::canvas::Element::Style() )
|
||||
simgear::canvas::Style() )
|
||||
{
|
||||
_image.removeListener();
|
||||
|
||||
|
|
|
@ -228,6 +228,7 @@ FGIO::parse_port_config( const string& config )
|
|||
#ifdef FG_HAVE_HLA
|
||||
else if ( protocol == "hla" ) {
|
||||
return new FGHLA(tokens);
|
||||
}
|
||||
#endif
|
||||
else {
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue