summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/AdminSessionI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/AdminSessionI.h')
-rw-r--r--cpp/src/IceGrid/AdminSessionI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/AdminSessionI.h b/cpp/src/IceGrid/AdminSessionI.h
index 8ed7ab9e5b8..c910882cdaf 100644
--- a/cpp/src/IceGrid/AdminSessionI.h
+++ b/cpp/src/IceGrid/AdminSessionI.h
@@ -142,7 +142,7 @@ private:
const std::shared_ptr<FileReaderPrx> _reader;
const std::string _filename;
long long _offset;
- const int _messageMaxSize;
+ const int _messageSizeMax;
};
};