fix const correctness

This commit is contained in:
wmayer
2020-01-13 02:30:39 +01:00
parent 006fada679
commit 482723851e

View File

@@ -111,7 +111,7 @@ public:
std::string getExchangeTempFile(void) const;
std::string getOriginalFileName(void) const;
bool isEmpty(void){return _cValue.empty();}
bool isEmpty(void) const {return _cValue.empty();}
protected:
// get the transient path if the property is in a DocumentObject