aboutsummaryrefslogtreecommitdiff
path: root/src/common.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.hh')
-rw-r--r--src/common.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.hh b/src/common.hh
index 58a28c3..bd3ccd7 100644
--- a/src/common.hh
+++ b/src/common.hh
@@ -181,7 +181,7 @@ struct TReadStream {
struct TReadBuffer: TReadStream {
// REGULAR FUNCTIONS
// =========================================================================
- TReadBuffer(uint8 *Data, int Size);
+ TReadBuffer(const uint8 *Data, int Size);
// VIRTUAL FUNCTIONS
// =========================================================================