mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-21 06:14:35 +00:00
Don't hard-code std::string as the key type for InsertionOrderedMap
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ struct SectionStackEntry {
|
||||
};
|
||||
|
||||
static Section *currentSection = nullptr;
|
||||
static InsertionOrderedMap<Section> sections;
|
||||
static InsertionOrderedMap<std::string, Section> sections;
|
||||
|
||||
static uint32_t curOffset; // Offset into the current section (see `sect_GetSymbolOffset`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user