13
0

Fix class/struct mismatch C++ ABI [-Wmismatched-tags]

This commit is contained in:
Robin Gareus 2022-01-09 23:50:12 +01:00
parent 30539716ca
commit 16511974e2
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
4 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@
namespace Evoral {
class ParameterDescriptor;
struct ParameterDescriptor;
class Transport;
class TypeMap;

View File

@ -29,7 +29,7 @@
namespace Evoral {
class Parameter;
class ParameterDescriptor;
struct ParameterDescriptor;
/** The applications passes one of these which provide the implementation
* with required information about event types in an opaque, type neutral way

View File

@ -25,7 +25,7 @@
#include "ardour/types.h"
namespace ARDOUR {
class ParameterDescriptor;
struct ParameterDescriptor;
class Plugin;
class PluginInsert;
}

View File

@ -41,7 +41,7 @@ namespace ArdourWidgets {
class LIBWIDGETS_API Pane : public Gtk::Container
{
private:
class Divider;
struct Divider;
public:
struct Child