From 2913e17def90109ac83922e55a9df8999844ec58 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 3 Jul 2007 00:55:31 +0000 Subject: Since libbu++-reorg is now the trunk, build has been updated to work with it. --- src/main.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index d2cc3c2..376df43 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,12 +2,12 @@ //#include "viewerplain.h" //#include "viewerpercent.h" //#include "viewermake.h" -#include "paramproc.h" -#include "staticstring.h" +#include "bu/paramproc.h" +#include "bu/fstring.h" #include "build.h" #include "action.h" -class Param : public ParamProc +class Param : public Bu::ParamProc { public: Param() : @@ -88,7 +88,7 @@ public: std::string sFile; std::string sView; std::string sDir; - StaticString sAction; + Bu::FString sAction; //Viewer *pViewer; bool bDebug; bool bPostDebug; @@ -138,7 +138,7 @@ int main( int argc, char *argv[] ) else { if( prm.sAction > 0 ) - pBuild->execAction( prm.sAction.getString() ); + pBuild->execAction( prm.sAction.getStr() ); else pBuild->execAction(""); } -- cgit v1.2.3