Skip to content

Commit

Permalink
Fix forward declaration. Fixes #3804 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Sep 30, 2024
1 parent c93d2fc commit 769a0bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/vrv/alignfunctor.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Mensur;
class MeterSig;

//----------------------------------------------------------------------------
// AlignmentParams
// AlignMeterParams
//----------------------------------------------------------------------------
/**
* Regroup pointers to meterSig, mensur and proport objects
Expand Down
3 changes: 2 additions & 1 deletion include/vrv/layerelement.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
namespace vrv {

class Alignment;
class AlignMeterParams;
class Beam;
class BeamElementCoord;
class FTrem;
Expand All @@ -31,6 +30,8 @@ class MeterSig;
class Staff;
class StaffAlignment;

struct AlignMeterParams;

// Helper enums
enum StaffSearch { ANCESTOR_ONLY = 0, RESOLVE_CROSS_STAFF };

Expand Down

0 comments on commit 769a0bd

Please sign in to comment.