]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/internal/io/BamPipe_p.cpp
Added generic I/O device to BamIndex side of things
[bamtools.git] / src / api / internal / io / BamPipe_p.cpp
index 92cf7985b1a08806c4d7a4f7b0e42cf99645ed52..d70018955fe45e66c4894874af7a22e1105f563e 100644 (file)
@@ -55,7 +55,7 @@ bool BamPipe::Open(const IBamIODevice::OpenMode mode) {
     return true;
 }
 
-bool BamPipe::Seek(const int64_t& ) {
+bool BamPipe::Seek(const int64_t&, const int) {
     SetErrorString("BamPipe::Seek", "random access not allowed in FIFO pipe");
     return false;
 }