X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fstructures%2Fset.h;h=48e7a74a82d7744cbe926d4b370c2375646a8f49;hb=fa30e6adff1dea5d6b3903279ef024dd3bed043f;hp=3215080f66c9465ad53a4d93b811f0c337cb6c0b;hpb=3ea085ec301ed1399dfa1e9f3a240312dc95410b;p=feisty_meow.git diff --git a/nucleus/library/structures/set.h b/nucleus/library/structures/set.h index 3215080f..48e7a74a 100644 --- a/nucleus/library/structures/set.h +++ b/nucleus/library/structures/set.h @@ -232,7 +232,7 @@ template bool set::add(const contents &to_add) { if (member(to_add)) return false; - concatenate(to_add); + this->concatenate(to_add); return true; }