aboutsummaryrefslogtreecommitdiff
path: root/src/multiserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/multiserver.h')
-rw-r--r--src/multiserver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/multiserver.h b/src/multiserver.h
index fc8305f..6b98c1d 100644
--- a/src/multiserver.h
+++ b/src/multiserver.h
@@ -47,6 +47,8 @@ namespace Bu
47 47
48 void shutdown(); 48 void shutdown();
49 49
50 void tick();
51
50 private: 52 private:
51 Bu::Hash<int, Protocol *(*)()> hProtos; 53 Bu::Hash<int, Protocol *(*)()> hProtos;
52 }; 54 };