X-Git-Url: http://git.tdb.fi/?p=poefilter.git;a=blobdiff_plain;f=source%2Fpoefilter.cpp;h=b6fc1475a1f96fc093234d1c0e1a4f71d5524547;hp=20bf53cd24b115806aec05bf487d7139c0ca2deb;hb=0388bdcffe5c2c3e720afa9aa911268eac9c32de;hpb=74086c211f082f6f47c3d038dd308a257a81e006 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; }