mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
add dll export to new hashable class
This commit is contained in:
parent
40eb6c9cb6
commit
a806997c22
|
@ -25,9 +25,11 @@
|
|||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
#include <xlnt/xlnt_config.hpp>
|
||||
|
||||
namespace xlnt {
|
||||
|
||||
class hashable
|
||||
class XLNT_CLASS hashable
|
||||
{
|
||||
public:
|
||||
std::size_t hash() const;
|
||||
|
|
Loading…
Reference in New Issue
Block a user