diff options
Diffstat (limited to 'src/utils/tostring.h')
-rw-r--r-- | src/utils/tostring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/tostring.h b/src/utils/tostring.h index eb86f99e..62eb44e4 100644 --- a/src/utils/tostring.h +++ b/src/utils/tostring.h @@ -34,7 +34,7 @@ std::string toString(const T &arg) // TODO: Is there a good way to suppress warnings from classes which don't use // this function? -static char *iptostring(int address) +inline char *iptostring(int address) { static char asciiIP[16]; |