Skip to content

Commit 0b2b2df

Browse files
MapleMaple
authored andcommitted
const accessor
1 parent 8e252d0 commit 0b2b2df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/BitfinexAPI.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ namespace BfxAPI
181181
// Accessors
182182
//////////////////////////////////////////////////////////////////////////////
183183

184-
string getWDconfFilePath() const { return _WDconfFilePath; }
184+
const string& getWDconfFilePath() const { return _WDconfFilePath; }
185185

186186
void setWDconfFilePath(const string &path) { _WDconfFilePath = path; }
187187

0 commit comments

Comments
 (0)