Skip to content
Snippets Groups Projects
Commit 5548b306 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Updates for ubuntu24

parent ceb1a164
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ namespace IRDB_SDK ...@@ -46,7 +46,7 @@ namespace IRDB_SDK
virtual ~Syscalls_t() { } virtual ~Syscalls_t() { }
// getters // getters
virtual const SyscallSiteSet_t& getSyscalls() const = 0; virtual const SyscallSiteSet_t& getSyscalls() const = 0;
virtual const SyscallSiteSet_t getSyscalls() = 0; virtual SyscallSiteSet_t& getSyscalls() = 0;
// factories // factories
static unique_ptr<Syscalls_t> factory(FileIR_t *the_firp); static unique_ptr<Syscalls_t> factory(FileIR_t *the_firp);
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment