void-packages/srcpkgs/libixion/patches/nullptr_t.patch
Jürgen Buchmüller f114138ba1 libixion: update to 0.15.0
Revision 2 because 0.15.0_1 already existed once.
2020-01-30 12:30:46 +01:00

11 lines
422 B
Diff

--- include/ixion/model_context.hpp 2019-03-09 05:05:04.000000000 +0100
+++ include/ixion/model_context.hpp 2020-01-29 21:50:49.831725062 +0100
@@ -61,7 +61,7 @@
} value;
/** Initializes the cell to be empty. */
- input_cell(nullptr_t);
+ input_cell(std::nullptr_t);
/** Boolean cell value. */
input_cell(bool b);
/** The char array must be null-terminated. */