Skip to content

Commit

Permalink
Part: fix -Wextra-semi
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Feb 20, 2024
1 parent 44d86f3 commit 8993f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Part/App/FaceMaker.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace Part
*/
class PartExport FaceMaker: public BRepBuilderAPI_MakeShape, public Base::BaseClass
{
Q_DECLARE_TR_FUNCTIONS(FaceMaker);
Q_DECLARE_TR_FUNCTIONS(FaceMaker)
TYPESYSTEM_HEADER();

public:
Expand Down

0 comments on commit 8993f3f

Please sign in to comment.