From 597a1487c716b799428f4b4a4903e65df4c93ba9 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 15 Sep 2008 20:03:56 +0000 Subject: Whoa! Loads of NIDS work. It actually compiles, runs, and I'm optimizing the hell out of it. Good times, everyone. This is a major chunk for congo, and the new optimizations should be good. --- src/file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/file.h') diff --git a/src/file.h b/src/file.h index b7ce17d..554ebc9 100644 --- a/src/file.h +++ b/src/file.h @@ -32,6 +32,7 @@ namespace Bu virtual void close(); virtual size_t read( void *pBuf, size_t nBytes ); virtual size_t write( const void *pBuf, size_t nBytes ); + using Stream::write; virtual long tell(); virtual void seek( long offset ); -- cgit v1.2.3