From f5aca1a1b402bd7ebc944dc6e6fe65828d863365 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 20 Jan 2011 02:14:08 +0000 Subject: Bu::FString is now String, and there's a shell script to fix any other programs that were using fstring, I hope. --- src/fifo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fifo.cpp') diff --git a/src/fifo.cpp b/src/fifo.cpp index d1fa960..d6106cc 100644 --- a/src/fifo.cpp +++ b/src/fifo.cpp @@ -16,7 +16,7 @@ namespace Bu { subExceptionDef( FifoException ) } -Bu::Fifo::Fifo( const Bu::FString &sName, int iFlags, mode_t mAcc ) : +Bu::Fifo::Fifo( const Bu::String &sName, int iFlags, mode_t mAcc ) : iFlags( iFlags ), iIn( -1 ), iOut( -1 ) -- cgit v1.2.3