forked from organicmaps/organicmaps
Compilation fix.
This commit is contained in:
parent
071a1aa924
commit
57133455c6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
namespace bricks {
|
||||
namespace strings {
|
||||
|
||||
std::string Printf(const char *fmt, ...) {
|
||||
inline std::string Printf(const char *fmt, ...) {
|
||||
const int max_formatted_output_length = 1024 * 1024;
|
||||
static char buf[max_formatted_output_length + 1];
|
||||
va_list ap;
|
||||
|
|
Loading…
Add table
Reference in a new issue