]> git.tdb.fi Git - libs/core.git/blob - io/asset.cpp
Add move semantics to Variant
[libs/core.git] / io / asset.cpp
1 #include "asset.h"
2
3 namespace Msp {
4 namespace IO {
5
6 unsigned Asset::do_write(const char *, unsigned)
7 {
8         throw invalid_access(M_WRITE);
9 }
10
11 } // namespace IO
12 } // namespace Msp