diff options
author | Adam <adam@sigterm.info> | 2014-05-01 18:19:01 -0400 |
---|---|---|
committer | Adam <adam@sigterm.info> | 2014-05-01 18:19:01 -0400 |
commit | 732466d8f425e5793a75280ce2bd01cc0ddb26e0 (patch) | |
tree | e0cd11eb8eb917c8248a3de7a2e371c131bf218e | |
parent | 8021a53ac47d95f874cc50bd2a0a73715164fae3 (diff) | |
parent | 3049916ade0c31c2edf2fca98456bccc14d06270 (diff) |
Merge pull request #74 from attilamolnar/2.0+fix-os-stats
Fix undefined symbol error when loading os_stats, caused by 82008d50
-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 |