X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fexternalaction.h;h=232e0847c1770dd0c3dec2d586758e7cc080c6b7;hb=4c11e2a041d2064f44b7eb3dbf1976c35fc8881c;hp=c9c3bf53b08cd2320f7440d28023385019924f2e;hpb=7aeaa4ba965f596edad438c02e345a8843f7469a;p=builder.git diff --git a/source/externalaction.h b/source/externalaction.h index c9c3bf5..232e084 100644 --- a/source/externalaction.h +++ b/source/externalaction.h @@ -22,6 +22,7 @@ public: int check(); protected: StringList argv; + Msp::Path work_dir; int pid; int exit_code;