Skip to content

Commit

Permalink
windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CerielJacobs committed Aug 29, 2022
1 parent c78c8b0 commit dd28102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vlog/edbconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class EDBConf {

EDBConf(std::string rawcontent) : EDBConf(rawcontent, true) {}

void setRootPath(std::string path);
VLIBEXP void setRootPath(std::string path);

VLIBEXP std::string getRootPath() const;

Expand Down

0 comments on commit dd28102

Please sign in to comment.