X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fpoefilter.cpp;h=b6fc1475a1f96fc093234d1c0e1a4f71d5524547;hb=0388bdcffe5c2c3e720afa9aa911268eac9c32de;hp=20bf53cd24b115806aec05bf487d7139c0ca2deb;hpb=74086c211f082f6f47c3d038dd308a257a81e006;p=poefilter.git diff --git a/source/poefilter.cpp b/source/poefilter.cpp index 20bf53c..b6fc147 100644 --- a/source/poefilter.cpp +++ b/source/poefilter.cpp @@ -57,7 +57,7 @@ PoeFilter::Loader::Loader(PoeFilter &f): void PoeFilter::Loader::category(const string &name) { - Category cat; + Category cat(name); load_sub(cat, obj); obj.categories[name] = cat; }