From a690b16f6e8daa7c0d3ee6a331364f2f1ec397d1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 27 Jul 2021 23:31:01 +0900 Subject: Fixed FTBFS with clang. Signed-off-by: Michele Calgaro --- src/gui/editors/matrix/MatrixStaff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/editors/matrix') 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; } -- cgit v1.2.3