Fix Windows build errors
This commit is contained in:
@@ -112,7 +112,7 @@ void ViewProviderBody::setDisplayMode(const char* ModeName) {
|
||||
PartGui::ViewProviderPartExt::setDisplayMode(ModeName);
|
||||
}
|
||||
|
||||
void ViewProviderBody::setOverrideMode(const std::__cxx11::string& mode) {
|
||||
void ViewProviderBody::setOverrideMode(const std::string& mode) {
|
||||
|
||||
//if we are in through mode, we need to ensure that the override mode is not set for the body
|
||||
//(as this would result in "tip" mode), it is enough when the children are set to the correct
|
||||
|
||||
@@ -59,7 +59,7 @@ public:
|
||||
virtual SoGroup* getChildRoot(void) const {return pcBodyChildren;}
|
||||
virtual std::vector<App::DocumentObject*> claimChildren3D(void)const;
|
||||
virtual void setDisplayMode(const char* ModeName);
|
||||
virtual void setOverrideMode(const std::__cxx11::string& mode);
|
||||
virtual void setOverrideMode(const std::string& mode);
|
||||
|
||||
virtual bool onDelete(const std::vector<std::string> &);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user