We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2554e commit d5ef295Copy full SHA for d5ef295
1 file changed
src/ShapeMatchingPlugin/config.h.in
@@ -24,6 +24,8 @@
24
#include <sofa/config.h>
25
#include <sofa/config/sharedlibrary_defines.h>
26
27
+using namespace sofa;
28
+
29
#define SHAPEMATCHINGPLUGIN_VERSION @PROJECT_VERSION@
30
31
#ifdef SOFA_BUILD_SHAPEMATCHINGPLUGIN
@@ -33,7 +35,7 @@
33
35
# define SOFA_SHAPEMATCHINGPLUGIN_API SOFA_IMPORT_DYNAMIC_LIBRARY
34
36
#endif
37
-namespace shapematching
38
+namespace shapematchingplugin
39
{
40
constexpr const char* MODULE_NAME = "@PROJECT_NAME@";
41
constexpr const char* MODULE_VERSION = "@PROJECT_VERSION@";
0 commit comments