We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e252d0 commit 0b2b2dfCopy full SHA for 0b2b2df
1 file changed
include/BitfinexAPI.hpp
@@ -181,7 +181,7 @@ namespace BfxAPI
181
// Accessors
182
//////////////////////////////////////////////////////////////////////////////
183
184
- string getWDconfFilePath() const { return _WDconfFilePath; }
+ const string& getWDconfFilePath() const { return _WDconfFilePath; }
185
186
void setWDconfFilePath(const string &path) { _WDconfFilePath = path; }
187
0 commit comments