Gui: modernize C++11
* use nullptr
This commit is contained in:
@@ -122,7 +122,7 @@ class SoVectorizeImage : public SoVectorizeItem {
|
||||
public:
|
||||
SoVectorizeImage(void) {
|
||||
this->type = IMAGE;
|
||||
this->image.data = 0;
|
||||
this->image.data = nullptr;
|
||||
this->image.nc = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user