Fix compiler error on x86.

This commit is contained in:
Jan Lindström 2017-01-25 07:39:56 +02:00
parent 423b7da36f
commit 84895c3cd7

View file

@ -433,7 +433,7 @@ public:
dberr_t punch_hole(
os_file_t fh,
ulint offset,
os_offset_t offset,
ulint len);
private: