diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-07-27 23:31:01 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-07-27 23:37:42 +0900 |
| commit | a690b16f6e8daa7c0d3ee6a331364f2f1ec397d1 (patch) | |
| tree | ee24bdf69cb40efc22a6599d7572b3c3a10e9f1e /src/gui/editors/notation/NotationStaff.h | |
| parent | 56820f71711ade48de78be09e9502a02f0e73648 (diff) | |
| download | rosegarden-a690b16f6e8daa7c0d3ee6a331364f2f1ec397d1.tar.gz rosegarden-a690b16f6e8daa7c0d3ee6a331364f2f1ec397d1.zip | |
Fixed FTBFS with clang.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/gui/editors/notation/NotationStaff.h')
| -rw-r--r-- | src/gui/editors/notation/NotationStaff.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/editors/notation/NotationStaff.h b/src/gui/editors/notation/NotationStaff.h index 9660700..758f180 100644 --- a/src/gui/editors/notation/NotationStaff.h +++ b/src/gui/editors/notation/NotationStaff.h @@ -100,11 +100,11 @@ public: m_barNumbersEvery = barNumbersEvery; } - LinedStaff::setPageMode; - LinedStaff::setPageWidth; - LinedStaff::setRowsPerPage; - LinedStaff::setRowSpacing; - LinedStaff::setConnectingLineLength; + using LinedStaff::setPageMode; + using LinedStaff::setPageWidth; + using LinedStaff::setRowsPerPage; + using LinedStaff::setRowSpacing; + using LinedStaff::setConnectingLineLength; /** * Gets a read-only reference to the pixmap factory used by the |
