[DEV] add todo log

This commit is contained in:
Edouard DUPIN 2016-08-11 21:09:01 +02:00
parent 68e67dfde3
commit cb9f67b530

View File

@ -204,6 +204,7 @@ bool esvg::Document::load(const std::string& _file) {
}
bool esvg::Document::store(const std::string& _file) {
ESVG_TODO("not implemented store in SVG...");
return false;
}