Fix class/struct mismatch C++ ABI [-Wmismatched-tags]
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
namespace Evoral {
|
||||
|
||||
class ParameterDescriptor;
|
||||
struct ParameterDescriptor;
|
||||
class Transport;
|
||||
class TypeMap;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include "ardour/types.h"
|
||||
|
||||
namespace ARDOUR {
|
||||
class ParameterDescriptor;
|
||||
struct ParameterDescriptor;
|
||||
class Plugin;
|
||||
class PluginInsert;
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ namespace ArdourWidgets {
|
||||
class LIBWIDGETS_API Pane : public Gtk::Container
|
||||
{
|
||||
private:
|
||||
class Divider;
|
||||
struct Divider;
|
||||
|
||||
public:
|
||||
struct Child
|
||||
|
||||
Reference in New Issue
Block a user