Fix build error

This commit is contained in:
wmayer
2012-07-04 10:43:23 +02:00
parent 15f4ad634a
commit e779f258d6

View File

@@ -335,7 +335,7 @@ void PropertyPythonObject::Restore(Base::XMLReader &reader)
else if (load_pickle)
this->loadPickle(buffer);
else
Base::Console().Warning("PropertyPythonObject::Restore: unsupported serialisation: %s\n", buffer);
Base::Console().Warning("PropertyPythonObject::Restore: unsupported serialisation: %s\n", buffer.c_str());
restoreObject(reader);
hasSetValue();
}