aboutsummaryrefslogtreecommitdiff
path: root/editors/imhex/files/patch-lib_libimhex_include_hex_data__processor_node.hpp
blob: a42bdab95f2b94958aed58e5f2b1bf81758dc639 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- lib/libimhex/include/hex/data_processor/node.hpp.orig	2022-08-14 15:02:06 UTC
+++ lib/libimhex/include/hex/data_processor/node.hpp
@@ -45,6 +45,7 @@ namespace hex::dp {
         struct NodeError {
             Node *node;
             std::string message;
+            NodeError(Node *n, std::string m) : node(n), message(m) {};
         };
 
         void resetOutputData() {