This commit is contained in:
luzpaz
2017-07-10 14:46:37 -04:00
committed by Yorik van Havre
parent d5d45e2661
commit 960b7c175d

View File

@@ -200,7 +200,7 @@ public:
virtual void setPyObject( PyObject * pydict);
protected:
FileInfo file;
// necesary for what() legacy behaviour as it returns a buffer that can not be of a temporary object to be destroyed at end of what()
// necessary for what() legacy behaviour as it returns a buffer that can not be of a temporary object to be destroyed at end of what()
std::string _sErrMsgAndFileName;
};