Add-ons: silence a compilation warning
Fix mismatch of 'struct' vs. 'class' keyword in declaration and definition of Addon::Metadata.
This commit is contained in:
parent
5f50e25535
commit
1f2ba814a4
1 changed files with 2 additions and 1 deletions
|
@ -39,8 +39,9 @@ namespace flightgear
|
|||
namespace addons
|
||||
{
|
||||
|
||||
struct Addon::Metadata
|
||||
class Addon::Metadata
|
||||
{
|
||||
public:
|
||||
// Comments about these fields can be found in Addon.hxx
|
||||
std::string id;
|
||||
std::string name;
|
||||
|
|
Loading…
Add table
Reference in a new issue