Fix build error

This commit is contained in:
wmayer 2012-07-04 10:43:23 +02:00
parent c7a2488da8
commit 16788eea21

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();
}