mirror of
https://github.com/edubart/otclient.git
synced 2025-12-20 23:47:12 +01:00
Fix a warning in clang
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
const std::string& getVersion() { return m_appVersion; }
|
||||
|
||||
std::string getBuildCompiler() { return BUILD_COMPILER; }
|
||||
std::string getBuildDate() { return BUILD_DATE; }
|
||||
std::string getBuildDate();
|
||||
std::string getBuildRevision() { return BUILD_REVISION; }
|
||||
std::string getBuildCommit() { return BUILD_COMMIT; }
|
||||
std::string getBuildType() { return BUILD_TYPE; }
|
||||
|
||||
Reference in New Issue
Block a user