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