Skip to content

Commit d5ef295

Browse files
committed
Use using namespace sofa
1 parent 6a2554e commit d5ef295

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/ShapeMatchingPlugin/config.h.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
#include <sofa/config.h>
2525
#include <sofa/config/sharedlibrary_defines.h>
2626

27+
using namespace sofa;
28+
2729
#define SHAPEMATCHINGPLUGIN_VERSION @PROJECT_VERSION@
2830

2931
#ifdef SOFA_BUILD_SHAPEMATCHINGPLUGIN
@@ -33,7 +35,7 @@
3335
# define SOFA_SHAPEMATCHINGPLUGIN_API SOFA_IMPORT_DYNAMIC_LIBRARY
3436
#endif
3537

36-
namespace shapematching
38+
namespace shapematchingplugin
3739
{
3840
constexpr const char* MODULE_NAME = "@PROJECT_NAME@";
3941
constexpr const char* MODULE_VERSION = "@PROJECT_VERSION@";

0 commit comments

Comments
 (0)