diff -r af81220741d9 -r 1a6f1997fcbe src/addObjectDialog.h --- a/src/addObjectDialog.h Sat Aug 22 13:51:20 2015 +0300 +++ b/src/addObjectDialog.h Sat Aug 22 15:37:02 2015 +0300 @@ -34,8 +34,8 @@ Q_OBJECT public: - AddObjectDialog (const LDObjectType type, LDObjectPtr obj, QWidget* parent = null); - static void staticDialog (const LDObjectType type, LDObjectPtr obj); + AddObjectDialog (const LDObjectType type, LDObject* obj, QWidget* parent = null); + static void staticDialog (const LDObjectType type, LDObject* obj); QLabel* lb_typeIcon;