X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FTypeIdValue.cti;h=1bd58b64dde16b9b5295c438b530e08b254c3979;hb=57524bfa72e4536b15700a83eae94093ed32106a;hp=a90b470f355003198529d265d5b05580fb582983;hpb=209950ee5f6898978cd68614ef339ae3531c5c53;p=senf.git diff --git a/senf/Utils/TypeIdValue.cti b/senf/Utils/TypeIdValue.cti index a90b470..1bd58b6 100644 --- a/senf/Utils/TypeIdValue.cti +++ b/senf/Utils/TypeIdValue.cti @@ -37,7 +37,7 @@ prefix_ senf::TypeIdValue const senf::typeIdValue() } template -prefix_ senf::TypeIdValue const senf::typeidValue(Type const & ob) +prefix_ senf::TypeIdValue const senf::typeIdValue(Type const & ob) { return typeid(ob); }