Change from using TinyXml to libxml2

This commit is contained in:
Mark Rivers
2017-04-22 11:42:45 -05:00
parent 7511cd9214
commit 15c81d2242

View File

@@ -12,7 +12,8 @@
#ifndef ANDORCCD_H
#define ANDORCCD_H
#include "tinyxml.h"
#include <libxml/parser.h>
#include "ADDriver.h"
#include "SPEHeader.h"
@@ -211,7 +212,7 @@ class AndorCCD : public ADDriver {
// SPE file header
tagCSMAHEAD *mSPEHeader;
TiXmlDocument *mSPEDoc;
xmlDocPtr mSPEDoc;
// Camera init status
bool mInitOK;