aboutsummaryrefslogtreecommitdiffstats
path: root/source/elfload.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2021-10-05 13:58:27 -0400
committerClyne Sullivan <clyne@bitgloo.com>2021-10-05 13:58:27 -0400
commitb430a38ce5674b319ef9bf1c6e773c9eb33f1542 (patch)
tree1a464b08b0ac923b421b518ae6e8bc69fd3b772b /source/elfload.hpp
parent555749ef5dde558f745f0dc6d00a168d3b3e9d58 (diff)
algorithm load fix
Diffstat (limited to 'source/elfload.hpp')
-rw-r--r--source/elfload.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/elfload.hpp b/source/elfload.hpp
index 84d49d3..10d95d7 100644
--- a/source/elfload.hpp
+++ b/source/elfload.hpp
@@ -24,7 +24,7 @@ class ELFManager
public:
using EntryFunc = Sample *(*)(Sample *, size_t);
- static EntryFunc loadFromInternalBuffer();
+ static bool loadFromInternalBuffer();
static EntryFunc loadedElf();
static unsigned char *fileBuffer();
static void unload();