X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FTypeIdValue.cti;h=1bd58b64dde16b9b5295c438b530e08b254c3979;hb=c74546060360ac6a739a2f2878c72e21e9135390;hp=a90b470f355003198529d265d5b05580fb582983;hpb=a9d8ca7d0cd9d0ee9d3bd37988546d016ea5c27a;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); }