summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-04-30 01:15:10 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-04-30 01:15:10 +0200
commit3049916ade0c31c2edf2fca98456bccc14d06270 (patch)
treee0cd11eb8eb917c8248a3de7a2e371c131bf218e
parent8021a53ac47d95f874cc50bd2a0a73715164fae3 (diff)
Fix undefined symbol error when loading os_stats, caused by 82008d507cccbf24c73502bc97bc492d21305549
-rw-r--r--modules/commands/os_stats.cpp2
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