src/ldObject.h

changeset 1078
c72e3115a297
parent 1077
952d6b3e7d11
child 1079
67c6e5d32e68
--- a/src/ldObject.h	Sun Jan 29 15:39:35 2017 +0200
+++ b/src/ldObject.h	Sun Jan 29 15:49:36 2017 +0200
@@ -248,7 +248,7 @@
 	LDOBJ_NO_MATRIX
 
 public:
-	LDComment (QString text, LDDocument* model = nullptr);
+	LDComment (QString text, Model* model = nullptr);
 	QString text() const;
 	void setText (QString value);
 
@@ -287,7 +287,7 @@
 	LDOBJ_NO_MATRIX
 
 public:
-    LDBfc (const BfcStatement type, LDDocument* model = nullptr);
+    LDBfc (const BfcStatement type, Model* model = nullptr);
 
 	BfcStatement statement() const;
 	void setStatement (BfcStatement value);

mercurial