summaryrefslogtreecommitdiff
path: root/project2/xml/xmlRows.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/xml/xmlRows.h')
-rw-r--r--project2/xml/xmlRows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/xml/xmlRows.h b/project2/xml/xmlRows.h
index bfc6514..4f0d9f1 100644
--- a/project2/xml/xmlRows.h
+++ b/project2/xml/xmlRows.h
@@ -7,7 +7,7 @@
#include "rowSet.h"
/// Project2 component to create a row set based on the contents of an XML file
-class XmlRows : public RowSet {
+class DLL_PUBLIC XmlRows : public RowSet {
public:
typedef std::vector<std::string> Path;
typedef std::map<Path, unsigned int> Interests;