aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2010-08-21 07:04:33 +0000
committerMike Buland <eichlan@xagasoft.com>2010-08-21 07:04:33 +0000
commitf427213832c0ccaca1d318c01f2c106bef4cefa1 (patch)
tree10926156ff25852ca58bfd517ba4d89c82e254a5
parente23028eb568f7f541c2717b5b4fb2c4cf1e2a690 (diff)
downloadlibgats-f427213832c0ccaca1d318c01f2c106bef4cefa1.tar.gz
libgats-f427213832c0ccaca1d318c01f2c106bef4cefa1.tar.bz2
libgats-f427213832c0ccaca1d318c01f2c106bef4cefa1.tar.xz
libgats-f427213832c0ccaca1d318c01f2c106bef4cefa1.zip
Minor compiling tweak.
-rw-r--r--src/protocolgats.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/protocolgats.h b/src/protocolgats.h
index cab5217..dcd0c55 100644
--- a/src/protocolgats.h
+++ b/src/protocolgats.h
@@ -5,6 +5,8 @@
5 5
6namespace Gats 6namespace Gats
7{ 7{
8 class Object;
9
8 class ProtocolGats : public Bu::Protocol 10 class ProtocolGats : public Bu::Protocol
9 { 11 {
10 public: 12 public: