Avoid crash on document close if default template is missing
(cherry picked from commit f6f81cef)
Showing
-
Contributor
JFYI:
/tmp/src/inkscape-git/0.92.x/src/ui/interface.cpp:328:75: error: use of undeclared identifier 'nullptr' SPDocument *doc = SPDocument::createNewDoc( templateUri.empty() ? nullptr : templateUri.c_str(), TRUE, true ); ^ 1 error generated.
(currently, 0.92.x does not require C++11 - in case this is a new requirement, please consider updating the build system accordingly.)
-
mentioned in issue inbox#156 (moved)
Please register or sign in to comment