Drawing: modernize C++11
* use nullptr
This commit is contained in:
@@ -55,7 +55,7 @@ FeaturePage::FeaturePage(void) : numChildren(0)
|
||||
{
|
||||
static const char *group = "Drawing view";
|
||||
|
||||
ADD_PROPERTY_TYPE(PageResult, (0), group, App::Prop_Output, "Resulting SVG document of that page");
|
||||
ADD_PROPERTY_TYPE(PageResult, (nullptr), group, App::Prop_Output, "Resulting SVG document of that page");
|
||||
ADD_PROPERTY_TYPE(Template, (""), group, App::Prop_None, "Template for the page");
|
||||
ADD_PROPERTY_TYPE(EditableTexts, (""), group, App::Prop_None, "Substitution values for the editable strings in the template");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user