Skip to content

Commit

Permalink
fix module name (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredroy authored Feb 20, 2024
1 parent a2b2021 commit 2aa633f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CGALPlugin/initCGALPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void initExternalModule()

const char* getModuleName()
{
return "CGAL Plugin";
return "CGALPlugin";
}

const char* getModuleVersion()
Expand Down

0 comments on commit 2aa633f

Please sign in to comment.