diff options
Diffstat (limited to 'src/gui/editors/matrix/MatrixStaff.h')
-rw-r--r-- | src/gui/editors/matrix/MatrixStaff.h | 2 |
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; } |