X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fgeometry%2Floader.h;h=2aff83fb43371a3160f0a501cda223b9c54bea76;hb=93e3f3af03f911396c678a2356a54dc9885b21f8;hp=e73a8e39fdcd30439e1cb3c98e8b1f896788d573;hpb=2ff7ef7748d15adc4d9b0a418da1f456ae201b3b;p=libs%2Fmath.git diff --git a/source/geometry/loader.h b/source/geometry/loader.h index e73a8e3..2aff83f 100644 --- a/source/geometry/loader.h +++ b/source/geometry/loader.h @@ -229,7 +229,7 @@ template inline Loader::Loader(bool s): DimensionIndependentLoader(s) { - this->add("extruded", &DimensionIndependentLoader::template shape >); + this->add("extruded", &Loader::template shape >); }