Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossmaxx committed Mar 1, 2025
1 parent fb57811 commit dff51ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/Note.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ class LMMS_EXPORT Note : public SerializingObject

static TimePos quantized( const TimePos & m, const int qGrid );

DetuningHelper * detuning() const
DetuningHelper* detuning() const
{
return m_detuning;
return m_detuning.get();
}
bool hasDetuningInfo() const;
bool withinRange(int tickStart, int tickEnd) const;
Expand Down

0 comments on commit dff51ab

Please sign in to comment.