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/base/SegmentNotationHelper.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/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 |