Skip to content

Commit

Permalink
windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
yksten committed Jul 25, 2021
1 parent e1feeea commit f160f36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/json/decoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace serialize {

class EXPORTAPI JSONDecoder {
class JSONDecoder {
custom::CustomGenericReader _reader;
const custom::GenericValue* _cur;
public:
Expand Down
2 changes: 1 addition & 1 deletion include/json/encoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace serialize {

class EXPORTAPI JSONEncoder {
class JSONEncoder {
custom::GenericWriter _writer;
public:
explicit JSONEncoder(std::string& str) : _writer(str) {}
Expand Down

0 comments on commit f160f36

Please sign in to comment.