Add missing file export into archive.

This commit is contained in:
Kim Kulling
2017-11-24 18:59:37 +01:00
parent 09a5946dbd
commit 0bdb375804
6 changed files with 92 additions and 33 deletions

View File

@@ -381,12 +381,6 @@ bool D3MFZipArchive::mapArchive() {
// ------------------------------------------------------------------------------------------------
struct OpcPackageRelationship {
std::string id;
std::string type;
std::string target;
};
typedef std::shared_ptr<OpcPackageRelationship> OpcPackageRelationshipPtr;
class OpcPackageRelationshipReader {