summaryrefslogtreecommitdiff
path: root/editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_ast_ast__node__builtin__type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_ast_ast__node__builtin__type.hpp')
-rw-r--r--editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_ast_ast__node__builtin__type.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_ast_ast__node__builtin__type.hpp b/editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_ast_ast__node__builtin__type.hpp
new file mode 100644
index 000000000000..28714214c03e
--- /dev/null
+++ b/editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_core_ast_ast__node__builtin__type.hpp
@@ -0,0 +1,11 @@
+--- lib/external/pattern_language/lib/include/pl/core/ast/ast_node_builtin_type.hpp.orig 2023-01-05 15:12:35 UTC
++++ lib/external/pattern_language/lib/include/pl/core/ast/ast_node_builtin_type.hpp
+@@ -15,7 +15,7 @@ namespace pl::core::ast {
+
+ class ASTNodeBuiltinType : public ASTNode {
+ public:
+- constexpr explicit ASTNodeBuiltinType(Token::ValueType type)
++ explicit ASTNodeBuiltinType(Token::ValueType type)
+ : ASTNode(), m_type(type) { }
+
+ [[nodiscard]] constexpr const auto &getType() const { return this->m_type; }