X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Fcatalogue.cpp;h=c02b7e6fddbc3ca64f860333d8fa06047187be51;hb=f7238194310b77f21385286150295b284127b887;hp=e28237f9fb37e27ec2b326ff6fe7b2f492b4d2ca;hpb=d405b9943c888e3945c7ea4e496f9d300b114fe0;p=r2c2.git diff --git a/source/3d/catalogue.cpp b/source/3d/catalogue.cpp index e28237f..c02b7e6 100644 --- a/source/3d/catalogue.cpp +++ b/source/3d/catalogue.cpp @@ -19,9 +19,9 @@ Catalogue3D::Catalogue3D(Catalogue &c): { add_type().creator(&Catalogue3D::create); add_type().creator(&Catalogue3D::create); - add_type().creator(&Catalogue3D::create); + add_type().creator(&Catalogue3D::create2); add_type().creator(&Catalogue3D::create); - add_type().creator(&Catalogue3D::create); + add_type().creator(&Catalogue3D::create2); catalogue.signal_object_added.connect(sigc::mem_fun(this, &Catalogue3D::object_added));