|
@@ -138,7 +138,7 @@ public:
|
|
// ---------------------------------------------------------------------
|
|
// ---------------------------------------------------------------------
|
|
/** Write a signed 64 bit integer to the stream */
|
|
/** Write a signed 64 bit integer to the stream */
|
|
void PutI8(int64_t n) {
|
|
void PutI8(int64_t n) {
|
|
- Put<int64_t>n();
|
|
|
|
|
|
+ Put(n);
|
|
}
|
|
}
|
|
|
|
|
|
// ---------------------------------------------------------------------
|
|
// ---------------------------------------------------------------------
|