aboutsummaryrefslogtreecommitdiff
path: root/src/queuebuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/queuebuf.h')
-rw-r--r--src/queuebuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/queuebuf.h b/src/queuebuf.h
index 382863d..395c6ba 100644
--- a/src/queuebuf.h
+++ b/src/queuebuf.h
@@ -45,6 +45,7 @@ namespace Bu
45 virtual bool isSeekable(); 45 virtual bool isSeekable();
46 virtual bool isBlocking(); 46 virtual bool isBlocking();
47 virtual void setBlocking( bool bBlocking=true ); 47 virtual void setBlocking( bool bBlocking=true );
48 virtual void setSize( long iSize );
48 49
49 private: 50 private:
50 void addBlock(); 51 void addBlock();