mirror of
https://github.com/anope/anope.git
synced 2026-06-29 08:56:39 +02:00
Make functions that don't use this static.
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
inline void Pack(std::vector<char> &buffer, const char *buf, size_t sz = 0)
|
||||
static inline void Pack(std::vector<char> &buffer, const char *buf, size_t sz = 0)
|
||||
{
|
||||
if (!sz)
|
||||
sz = strlen(buf);
|
||||
|
||||
Reference in New Issue
Block a user