Skip to content

Commit 2aa633f

Browse files
authored
fix module name (#11)
1 parent a2b2021 commit 2aa633f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CGALPlugin/initCGALPlugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void initExternalModule()
5050

5151
const char* getModuleName()
5252
{
53-
return "CGAL Plugin";
53+
return "CGALPlugin";
5454
}
5555

5656
const char* getModuleVersion()

0 commit comments

Comments
 (0)