diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2010-08-21 07:04:33 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2010-08-21 07:04:33 +0000 |
| commit | f427213832c0ccaca1d318c01f2c106bef4cefa1 (patch) | |
| tree | 10926156ff25852ca58bfd517ba4d89c82e254a5 /src | |
| parent | e23028eb568f7f541c2717b5b4fb2c4cf1e2a690 (diff) | |
| download | libgats-f427213832c0ccaca1d318c01f2c106bef4cefa1.tar.gz libgats-f427213832c0ccaca1d318c01f2c106bef4cefa1.tar.bz2 libgats-f427213832c0ccaca1d318c01f2c106bef4cefa1.tar.xz libgats-f427213832c0ccaca1d318c01f2c106bef4cefa1.zip | |
Minor compiling tweak.
Diffstat (limited to 'src')
| -rw-r--r-- | src/protocolgats.h | 2 |
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 | ||
| 6 | namespace Gats | 6 | namespace 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: |
