mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
fix io3DS build error
This commit is contained in:
parent
0643ee7c99
commit
61489db2a6
@ -46,6 +46,13 @@
|
||||
using namespace std;
|
||||
using namespace vcg;
|
||||
|
||||
static const std::array<QString, 1> paramNames{
|
||||
"separate_layers"
|
||||
};
|
||||
enum paramEnum {
|
||||
SEPARATE_LAYERS = 0
|
||||
};
|
||||
|
||||
QString ExtraMeshIOPlugin::pluginName() const
|
||||
{
|
||||
return "IO3DS";
|
||||
|
||||
@ -64,14 +64,6 @@ public:
|
||||
const RichParameterList &,
|
||||
vcg::CallBackPos *cb=0,
|
||||
QWidget *parent= 0);
|
||||
|
||||
private:
|
||||
const std::array<QString, 1> paramNames = {
|
||||
"separate_layers"
|
||||
};
|
||||
enum paramEnum {
|
||||
SEPARATE_LAYERS = 0
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user