src/ldDocument.h

changeset 1135
8e0691be0b6f
parent 1118
3eeb258f1fb9
--- a/src/ldDocument.h	Tue Feb 14 08:33:44 2017 +0200
+++ b/src/ldDocument.h	Tue Feb 14 09:48:51 2017 +0200
@@ -72,7 +72,7 @@
 	void redoVertices();
 	void reloadAllSubfiles();
 	void removeFromSelection (LDObject* obj);
-	bool save (QString path = "", int64* sizeptr = nullptr);
+	bool save (QString path = "", qint64* sizeptr = nullptr);
 	long savePosition() const;
 	void setDefaultName (QString value);
 	void setFrozen(bool value);

mercurial