mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 22:00:28 +01:00
[apps] remove compilation warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user