diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-04-30 01:15:10 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-04-30 01:15:10 +0200 |
commit | 3049916ade0c31c2edf2fca98456bccc14d06270 (patch) | |
tree | e0cd11eb8eb917c8248a3de7a2e371c131bf218e /modules/commands/os_stats.cpp | |
parent | 8021a53ac47d95f874cc50bd2a0a73715164fae3 (diff) |
Fix undefined symbol error when loading os_stats, caused by 82008d507cccbf24c73502bc97bc492d21305549
Diffstat (limited to 'modules/commands/os_stats.cpp')
-rw-r--r-- | modules/commands/os_stats.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/commands/os_stats.cpp b/modules/commands/os_stats.cpp index baa349db4..e5cae1dcc 100644 --- a/modules/commands/os_stats.cpp +++ b/modules/commands/os_stats.cpp @@ -35,6 +35,8 @@ struct Stats : Serializable } }; +Stats *Stats::me; + /** * Count servers connected to server s * @param s The server to start counting from |