Import: [skip ci] avoid conflicting class names in global namespace

This commit is contained in:
wmayer
2021-03-19 15:18:25 +01:00
parent b1ac7701e6
commit 9c8685c20c
2 changed files with 3 additions and 2 deletions

View File

@@ -82,6 +82,8 @@
#include "ImpExpDxf.h"
namespace Import {
class ImportOCAFExt : public Import::ImportOCAF2
{
public:
@@ -98,7 +100,6 @@ private:
}
};
namespace Import {
class Module : public Py::ExtensionModule<Module>
{
public: