src/ldDocument.h

changeset 1253
468a32ae8100
parent 1231
ce0c9f2e6b9c
--- a/src/ldDocument.h	Thu Jan 11 15:41:58 2018 +0200
+++ b/src/ldDocument.h	Thu Jan 11 16:46:22 2018 +0200
@@ -100,6 +100,9 @@
 
 	static QString shortenName(QString a); // Turns a full path into a relative path
 
+	void operator=(const LDDocument&) = delete;
+	LDObject* operator[](int i) const;
+
 signals:
 	void closed();
 

mercurial