mirror of
https://github.com/edubart/otclient.git
synced 2026-02-01 17:26:22 +01:00
Fix a compile error
This commit is contained in:
@@ -81,6 +81,11 @@ std::string format(const std::string& format, const Args&... args) {
|
||||
}
|
||||
}
|
||||
|
||||
template<>
|
||||
inline std::string format(const std::string& format) {
|
||||
return format;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user