mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 18:16:35 +01:00
Change some declarations from 'struct' to 'class' (and vice-versa)
This commit is contained in:
parent
c52cb37bf2
commit
cef26a4e1e
3 changed files with 3 additions and 3 deletions
|
|
@ -40,8 +40,8 @@
|
|||
|
||||
namespace ArdourCanvas
|
||||
{
|
||||
struct Rect;
|
||||
|
||||
class Rect;
|
||||
class Item;
|
||||
class ScrollGroup;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue