Made normal build work again.

This commit is contained in:
Matthias Koefferlein
2018-07-03 01:49:06 +02:00
parent ab06ce3445
commit bbfcd9cf9e
20 changed files with 78 additions and 30 deletions
+1
View File
@@ -53,6 +53,7 @@
#include <QFile>
#include <QBuffer>
#include <QTimer>
#include <QXmlContentHandler>
#include <fstream>
#include <sstream>
+1 -1
View File
@@ -1803,7 +1803,7 @@ LayerPropertiesList::load (tl::XMLSource &stream, std::vector <lay::LayerPropert
properties_lists.push_back (properties_list);
} catch (...) {
// "new" way
stream.source ()->reset ();
stream.reset ();
layer_prop_lists_structure.parse (stream, properties_lists);
}
}