mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
Fixed possible warnings
This commit is contained in:
parent
fa8c319721
commit
2d3eef4e84
5 changed files with 20 additions and 21 deletions
|
@ -14,7 +14,7 @@ public:
|
|||
|
||||
// Render current selection. Transformation matrices are supposed
|
||||
// to be already set.
|
||||
virtual void render(ImGuiWrapper* imgui = nullptr);
|
||||
void render(ImGuiWrapper* imgui) override;
|
||||
|
||||
private:
|
||||
const std::vector<std::array<uint8_t, 3>> &m_colors;
|
||||
|
@ -29,7 +29,7 @@ public:
|
|||
|
||||
void render_painter_gizmo() const override;
|
||||
|
||||
virtual bool gizmo_event(SLAGizmoEventType action, const Vec2d& mouse_position, bool shift_down, bool alt_down, bool control_down) override;
|
||||
bool gizmo_event(SLAGizmoEventType action, const Vec2d& mouse_position, bool shift_down, bool alt_down, bool control_down) override;
|
||||
|
||||
protected:
|
||||
void on_render_input_window(float x, float y, float bottom_limit) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue