summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/matrix/MatrixStaff.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-07-27 23:31:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-07-27 23:38:14 +0900
commited9a0fa7f1fa1be089e20597f976260872a27bf7 (patch)
treefda72b7989e33295fea558f6b6b0de4dc6c5db06 /src/gui/editors/matrix/MatrixStaff.h
parent2c7734cac0b2e052bcb65131e00d9fafaf4f8ab9 (diff)
downloadrosegarden-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/gui/editors/matrix/MatrixStaff.h')
-rw-r--r--src/gui/editors/matrix/MatrixStaff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editors/matrix/MatrixStaff.h b/src/gui/editors/matrix/MatrixStaff.h
index 2ce65a8..eec5802 100644
--- a/src/gui/editors/matrix/MatrixStaff.h
+++ b/src/gui/editors/matrix/MatrixStaff.h
@@ -79,7 +79,7 @@ protected:
virtual ViewElement* makeViewElement(Event*);
public:
- LinedStaff::setResolution;
+ using LinedStaff::setResolution;
// double getTimeScaleFactor() const { return m_scaleFactor * 2; } // TODO: GROSS HACK to enhance matrix resolution (see also in matrixview.cpp) - BREAKS MATRIX VIEW, see bug 1000595
double getTimeScaleFactor() const { return m_scaleFactor; }