summarylogtreecommitdiffstats
path: root/null.patch
diff options
context:
space:
mode:
Diffstat (limited to 'null.patch')
-rw-r--r--null.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/null.patch b/null.patch
new file mode 100644
index 000000000000..855ffb4ed6a7
--- /dev/null
+++ b/null.patch
@@ -0,0 +1,22 @@
+diff --git a/plugins/command/xp/AbiCommand.cpp b/plugins/command/xp/AbiCommand.cpp
+index c22061b87..4c7217582 100644
+--- a/plugins/command/xp/AbiCommand.cpp
++++ b/plugins/command/xp/AbiCommand.cpp
+@@ -204,7 +204,7 @@ AbiCommand::AbiCommand (void) :
+ m_sErrorFile ("")
+ {
+ m_pApp = XAP_App::getApp ();
+- m_pApp->getGraphicsFactory()->registerAsDefault(GRID_CAIRO_nullptr,true);
++ m_pApp->getGraphicsFactory()->registerAsDefault(GRID_CAIRO_NULL,true);
+ m_pApp->setNoGUI(true);
+
+ }
+@@ -224,7 +224,7 @@ AbiCommand::AbiCommand (bool bAbiCollab) :
+ m_sErrorFile ("")
+ {
+ m_pApp = XAP_App::getApp ();
+- m_pApp->getGraphicsFactory()->registerAsDefault(GRID_CAIRO_nullptr,true);
++ m_pApp->getGraphicsFactory()->registerAsDefault(GRID_CAIRO_NULL,true);
+ m_pApp->setDisableDoubleBuffering(true);
+ }
+