[apps] remove compilation warnings

This commit is contained in:
Léa Saviot
2018-10-12 16:52:15 +02:00
committed by Émilie Feral
parent e4e19b3b74
commit be2e674b57

View File

@@ -35,10 +35,10 @@ private:
// InteractiveCurveViewController
/* When y auto is ticked, we use a display margin to be ensure that the user
* can move the cursor along the curve without panning the window */
float displayTopMarginRatio() {
float displayTopMarginRatio() override {
return 0.09f; // cursorHeight/graphViewHeight
}
float displayBottomMarginRatio();
float displayBottomMarginRatio() override;
// InteractiveCurveViewRangeDelegate
InteractiveCurveViewRangeDelegate::Range computeYRange(InteractiveCurveViewRange * interactiveCurveViewRange) override;
float estimatedBannerHeight() const;