mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Add XLNT_CLASS to utf8string to fixes the linking error.
This commit is contained in:
parent
23f65602de
commit
86002b5338
|
@ -25,10 +25,11 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <utf8.h>
|
#include <utf8.h>
|
||||||
|
#include <xlnt/xlnt_config.hpp> // for XLNT_CLASS
|
||||||
|
|
||||||
namespace xlnt {
|
namespace xlnt {
|
||||||
|
|
||||||
class utf8string
|
class XLNT_CLASS utf8string
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static utf8string from_utf8(const std::string &s);
|
static utf8string from_utf8(const std::string &s);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user