Fix CI build.

pull/317/head
Alexander Gessler 2014-07-23 18:54:05 +02:00
parent 6fde07f7e5
commit d5db6f39e6
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }
// --------------------------------------------------------------------- // ---------------------------------------------------------------------