fix some const correctness
This commit is contained in:
@@ -96,7 +96,7 @@ public:
|
||||
virtual ~ViewProviderExport();
|
||||
|
||||
virtual QIcon getIcon() const;
|
||||
SoSeparator* getRoot(void){return 0;}
|
||||
SoSeparator* getRoot(void) const {return nullptr;}
|
||||
std::vector<std::string> getDisplayModes(void) const;
|
||||
const char* getDefaultDisplayMode() const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user