X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fcore%2Fmaputils.cpp;fp=source%2Fcore%2Fmaputils.cpp;h=4fcc8e2176769832b02f9d301810e1fd078fd9e0;hb=9519381422961a538a3ebbd1e6563d170215f14e;hp=0000000000000000000000000000000000000000;hpb=1f0843257065789231a9949e0a81b79afd7bbebe;p=libs%2Fcore.git diff --git a/source/core/maputils.cpp b/source/core/maputils.cpp new file mode 100644 index 0000000..4fcc8e2 --- /dev/null +++ b/source/core/maputils.cpp @@ -0,0 +1,12 @@ +#include +#include "maputils.h" + +using namespace std; + +namespace Msp { + +key_error::key_error(const type_info &t): + runtime_error(Debug::demangle(t.name())) +{ } + +} // namespace Msp