summaryrefslogtreecommitdiff
path: root/programs/programs.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--programs/programs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/programs.h b/programs/programs.h
index dbe14e2..60fb725 100644
--- a/programs/programs.h
+++ b/programs/programs.h
@@ -4,4 +4,4 @@
4#include <map> 4#include <map>
5#include <string> 5#include <string>
6 6
7extern const std::map<std::string, std::uint8_t *> programs; 7extern const std::map<std::string, const std::uint8_t *> programs;