Add XLNT_CLASS to utf8string to fixes the linking error.

This commit is contained in:
Xpol Wan 2016-06-15 11:30:51 +08:00
parent 23f65602de
commit 86002b5338

View File

@ -25,10 +25,11 @@
#include <vector>
#include <utf8.h>
#include <xlnt/xlnt_config.hpp> // for XLNT_CLASS
namespace xlnt {
class utf8string
class XLNT_CLASS utf8string
{
public:
static utf8string from_utf8(const std::string &s);