summaryrefslogtreecommitdiff
path: root/rld-rap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rld-rap.cpp')
-rw-r--r--rld-rap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rld-rap.cpp b/rld-rap.cpp
index 500c2c3..9b87279 100644
--- a/rld-rap.cpp
+++ b/rld-rap.cpp
@@ -150,7 +150,7 @@ namespace rld
* index. This is used when adding the external symbols so the symbol's
* value can be adjusted by the offset of the section in the RAP section.
*/
- typedef std::map < const int, osection > osections;
+ typedef std::map < int, osection > osections;
/**
* An ordered container of object section indexes. We need the same