X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Faction.h;h=3892ac78786cf95036bb7b453032b06dd11af17b;hb=f4a10e1dc189f28367eafe3b91723d275928ced7;hp=4ae787a505814137f960c2093268e2017e4e7b05;hpb=242c55b17e6608b29a77ca17a5b677e202a3ca90;p=builder.git diff --git a/source/action.h b/source/action.h index 4ae787a..3892ac7 100644 --- a/source/action.h +++ b/source/action.h @@ -34,7 +34,7 @@ public: if the action has completed successfully, 1 if an error was encountered and -1 if it is still executing. */ - virtual int check()=0; + virtual int check() = 0; protected: /**