Skip to content
Snippets Groups Projects
Commit 84ae778f authored by Stéphane Poirier's avatar Stéphane Poirier
Browse files

minor change

parent 7c53892b
Branches
Tags
No related merge requests found
......@@ -496,7 +496,7 @@ public:
void SetPath(const std::string&, const std::string&);
void SetWriteNotificationCallback(WriteNotificationCallback& cb) { m_write_notif_cb = cb; }
void SetWorkingFolder(const std::string&) { }
const std::string &GetWorkingFolder() const { return ""; }
const std::string &GetWorkingFolder() const { return yat::StringUtil::empty; }
//@}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment