1
0
Fork 0

Adapt for latest SimGear changes and insert missing bracket

This commit is contained in:
Thomas Geymayer 2012-11-06 18:50:14 +01:00
parent c79510ef34
commit 7e7d921515
2 changed files with 2 additions and 1 deletions

View file

@ -30,7 +30,7 @@ namespace canvas
PropertyBasedElement(node),
_image( simgear::canvas::CanvasPtr(),
node,
simgear::canvas::Element::Style() )
simgear::canvas::Style() )
{
_image.removeListener();

View file

@ -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;