mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 11:26:11 +00:00
harmless GCC compiling issues
This commit is contained in:
parent
61c13ea877
commit
dd438cf32c
@ -613,7 +613,7 @@ public:
|
||||
class RichWidgetInterfaceConstructor : public Visitor
|
||||
{
|
||||
public:
|
||||
RichWidgetInterfaceConstructor(QWidget* parent):par(parent),lastCreated(NULL){}
|
||||
RichWidgetInterfaceConstructor(QWidget* parent):lastCreated(NULL),par(parent){}
|
||||
|
||||
void visit(RichBool& pd) {lastCreated = new BoolWidget(par,&pd);};
|
||||
void visit(RichInt& pd) {lastCreated = new IntWidget(par,&pd);};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user