1
0
Fork 0

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:
Florent Rougon 2018-01-10 08:17:24 +01:00
parent 5f50e25535
commit 1f2ba814a4

View file

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