Fix compilation error

This commit is contained in:
Bay Dam
2016-03-10 17:41:05 +01:00
parent 0c093eefe3
commit 7b5fe0c7e9
4 changed files with 14 additions and 6 deletions
+2
View File
@@ -22,7 +22,9 @@
#include "MainWindow.h"
#ifdef WIN32
#include "Util.h"
#endif
ShapeGraphicsItem::ShapeGraphicsItem(Mapping::ptr mapping, bool output)
: _mapping(mapping), _output(output)