X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FTypeIdValue.cti;h=b16f2897bb58967629a31240c625d6ec37d64b7d;hb=73c33f663ff0f65e4656ea5a5f6f07a43a2e1722;hp=a90b470f355003198529d265d5b05580fb582983;hpb=a9d8ca7d0cd9d0ee9d3bd37988546d016ea5c27a;p=senf.git diff --git a/senf/Utils/TypeIdValue.cti b/senf/Utils/TypeIdValue.cti index a90b470..b16f289 100644 --- a/senf/Utils/TypeIdValue.cti +++ b/senf/Utils/TypeIdValue.cti @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2009 +// Copyright (C) 2009 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -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); }