Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mlivesu committed Dec 16, 2024
1 parent 387c55b commit beb4d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cinolib/gl/surface_mesh_controls.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class SurfaceMeshControls : public SideBarItem

public:

SurfaceMeshControls(Mesh *m, GLcanvas *gui, const std::string & name = "");
SurfaceMeshControls(Mesh *m, GLcanvas *gui, const std::string & name = "##");
~SurfaceMeshControls() override {}

//::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Expand Down

0 comments on commit beb4d53

Please sign in to comment.