aboutsummaryrefslogtreecommitdiffstats
path: root/source/elfload.hpp
diff options
context:
space:
mode:
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();