summaryrefslogtreecommitdiff
path: root/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'buffer.h')
-rw-r--r--buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/buffer.h b/buffer.h
index 349c8dd..b8841af 100644
--- a/buffer.h
+++ b/buffer.h
@@ -48,8 +48,8 @@ public:
protected:
- u_int32_t length_;
u_int8_t *buf_;
+ u_int32_t length_;
};