From bd1fc886fe71fae148d955108feac804324e002b Mon Sep 17 00:00:00 2001 From: wmayer Date: Sat, 19 Sep 2015 17:03:38 +0200 Subject: [PATCH] + fix typo --- src/Gui/AutoSaver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/AutoSaver.cpp b/src/Gui/AutoSaver.cpp index 30f885a9d..98f020ee6 100644 --- a/src/Gui/AutoSaver.cpp +++ b/src/Gui/AutoSaver.cpp @@ -312,7 +312,7 @@ public: writer.setModes(modes); // always force binary format because ASCII // is not reentrant. See PropertyPartShape::SaveDocFile - write.setMode("BinaryBrep"); + writer.setMode("BinaryBrep"); writer.putNextEntry(file); } virtual ~RecoveryRunnable()