Skip to content

Commit

Permalink
Remove redundant virtual
Browse files Browse the repository at this point in the history
  • Loading branch information
dsieger committed Aug 28, 2022
1 parent 73e3a3f commit 842534a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apps/deftrans.cpp
Expand Up @@ -17,8 +17,8 @@ class Viewer : public MeshViewer
const std::string& source_deformed);

protected:
virtual void process_imgui() override;
virtual void draw(const std::string& draw_mode) override;
void process_imgui() override;
void draw(const std::string& draw_mode) override;

private:
SurfaceMeshGL& source_;
Expand Down

0 comments on commit 842534a

Please sign in to comment.