aboutsummaryrefslogtreecommitdiff
path: root/editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_patterns_pattern__padding.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_patterns_pattern__padding.hpp')
-rw-r--r--editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_patterns_pattern__padding.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_patterns_pattern__padding.hpp b/editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_patterns_pattern__padding.hpp
new file mode 100644
index 000000000000..35b8c67cc7f3
--- /dev/null
+++ b/editors/imhex/files/patch-lib_external_pattern__language_lib_include_pl_patterns_pattern__padding.hpp
@@ -0,0 +1,11 @@
+--- lib/external/pattern_language/lib/include/pl/patterns/pattern_padding.hpp.orig 2022-07-05 14:42:02 UTC
++++ lib/external/pattern_language/lib/include/pl/patterns/pattern_padding.hpp
+@@ -16,7 +16,7 @@ namespace pl {
+ return "";
+ }
+
+- [[nodiscard]] virtual std::vector<std::pair<u64, Pattern*>> getChildren() {
++ [[nodiscard]] std::vector<std::pair<u64, Pattern*>> getChildren() override {
+ return { };
+ }
+