summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/matrix
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:37:42 +0900
commita690b16f6e8daa7c0d3ee6a331364f2f1ec397d1 (patch)
treeee24bdf69cb40efc22a6599d7572b3c3a10e9f1e /src/gui/editors/matrix
parent56820f71711ade48de78be09e9502a02f0e73648 (diff)
downloadrosegarden-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/matrix')
-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; }