]> git.tdb.fi Git - libs/datafile.git/blob - source/objectloader.cpp
6d598129424f89aee34bd9e2dd0926c46125a9ce
[libs/datafile.git] / source / objectloader.cpp
1 #include <msp/debug/demangle.h>
2 #include "objectloader.h"
3
4 using namespace std;
5
6 namespace Msp {
7 namespace DataFile {
8
9 no_collection::no_collection(const type_info &t):
10         runtime_error(Debug::demangle(t.name()))
11 { }
12
13 } // namespace DataFile
14 } // namespace Msp