mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-30 01:39:30 +02:00
Made normal build work again.
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
#include <QFile>
|
||||
#include <QBuffer>
|
||||
#include <QTimer>
|
||||
#include <QXmlContentHandler>
|
||||
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user