X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdbos%2Fworkdir%2Fmain.cpp;h=3b9c99f1e33cb339521818f6b0b5fe8c4d40e5a8;hb=e782294456d0877aa8fc05aa931291ac79808eb3;hp=9c35ba547277fbfed93cea19bead3f33970bf9e4;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/example/dbos/workdir/main.cpp b/example/dbos/workdir/main.cpp index 9c35ba5..3b9c99f 100644 --- a/example/dbos/workdir/main.cpp +++ b/example/dbos/workdir/main.cpp @@ -344,8 +344,8 @@ void WorkDirectory::load (filesystem::Directory* parent, const int maxLevel, con } } else { - // Se asociado al parent automáticamente. - filesystem::File* ff = new filesystem::File (parent, name); + //Auto association to the parent: + new filesystem::File (parent, name); } } }