src/addObjectDialog.h

changeset 944
1a6f1997fcbe
parent 861
83426c5fa732
child 968
4b93b7963456
--- 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;
 

mercurial