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:38:14 +0900 |
commit | ed9a0fa7f1fa1be089e20597f976260872a27bf7 (patch) | |
tree | fda72b7989e33295fea558f6b6b0de4dc6c5db06 /src/base/SegmentNotationHelper.h | |
parent | 2c7734cac0b2e052bcb65131e00d9fafaf4f8ab9 (diff) | |
download | rosegarden-r14.0.11.tar.gz rosegarden-r14.0.11.zip |
Fixed FTBFS with clang.r14.0.11
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a690b16f6e8daa7c0d3ee6a331364f2f1ec397d1)
Diffstat (limited to 'src/base/SegmentNotationHelper.h')
-rw-r--r-- | src/base/SegmentNotationHelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/SegmentNotationHelper.h b/src/base/SegmentNotationHelper.h index 1804a14..0823ee5 100644 --- a/src/base/SegmentNotationHelper.h +++ b/src/base/SegmentNotationHelper.h @@ -31,7 +31,7 @@ public: SegmentNotationHelper(Segment &t) : SegmentHelper(t) { } virtual ~SegmentNotationHelper(); - SegmentHelper::segment; + using SegmentHelper::segment; /** * Set the NOTE_TYPE and NOTE_DOTS properties on the events |