summaryrefslogtreecommitdiff
path: root/tools/ramscrgen/elf.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-09-03 15:33:11 -0400
committerGitHub <noreply@github.com>2019-09-03 15:33:11 -0400
commit1f4c88c95243e8d75f25d5b7868c837c47aa578d (patch)
tree0ce1dd280b64c7b3677f22a457952746bb1196e9 /tools/ramscrgen/elf.h
parent5d30304f4e9ce26d4061cc3697439588126d6bdc (diff)
Copy Berry Fix MB dism from FR (#777)
* Copy Berry Fix MB dism from FR
Diffstat (limited to 'tools/ramscrgen/elf.h')
-rw-r--r--tools/ramscrgen/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ramscrgen/elf.h b/tools/ramscrgen/elf.h
index 0bfdd696f..3704860c0 100644
--- a/tools/ramscrgen/elf.h
+++ b/tools/ramscrgen/elf.h
@@ -25,6 +25,6 @@
#include <map>
#include <string>
-std::map<std::string, std::uint32_t> GetCommonSymbols(std::string path);
+std::map<std::string, std::uint32_t> GetCommonSymbols(std::string sourcePath, std::string path);
#endif // ELF_H