mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-22 10:22:52 +01:00
Remove const from return value
This commit is contained in:
parent
46961f8c33
commit
6178cd03e3
@ -24,7 +24,7 @@ public:
|
|||||||
bool isValid();
|
bool isValid();
|
||||||
|
|
||||||
const std::string& getGameDataPath() const { return m_gamePath; }
|
const std::string& getGameDataPath() const { return m_gamePath; }
|
||||||
const bool getInputInvertY() const { return m_inputInvertY; }
|
bool getInputInvertY() const { return m_inputInvertY; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static std::string getDefaultConfigPath();
|
static std::string getDefaultConfigPath();
|
||||||
|
Loading…
Reference in New Issue
Block a user