add dll export to new hashable class

This commit is contained in:
Thomas Fussell 2015-12-24 16:27:27 -05:00
parent 40eb6c9cb6
commit a806997c22

View File

@ -25,9 +25,11 @@
#include <cstdint> #include <cstdint>
#include <string> #include <string>
#include <xlnt/xlnt_config.hpp>
namespace xlnt { namespace xlnt {
class hashable class XLNT_CLASS hashable
{ {
public: public:
std::size_t hash() const; std::size_t hash() const;