libixion: fix musl
This commit is contained in:
parent
98821ab88d
commit
582a572f83
1 changed files with 11 additions and 0 deletions
11
srcpkgs/libixion/patches/nullptr_t.patch
Normal file
11
srcpkgs/libixion/patches/nullptr_t.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- include/ixion/model_context.hpp 2019-08-09 19:53:33.659413255 +0200
|
||||
+++ include/ixion/model_context.hpp 2019-08-09 19:54:16.188415450 +0200
|
||||
@@ -62,7 +62,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. */
|
Loading…
Add table
Add a link
Reference in a new issue