fix const correctness
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user