X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdbos%2Fworkdir%2Fmain.cpp;h=3b9c99f1e33cb339521818f6b0b5fe8c4d40e5a8;hp=9c35ba547277fbfed93cea19bead3f33970bf9e4;hb=7ee10b64f4c116460ffef5784eb9ef87d3f2339c;hpb=1a1b334a0d2b023bd778f0a19665cc9017dbc94a 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); } } }