mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Use automatic allocation for section names
This commit is contained in:
@@ -30,7 +30,7 @@ struct Patch {
|
||||
|
||||
struct Section {
|
||||
// Info contained in the object files
|
||||
std::string *name;
|
||||
std::string name;
|
||||
uint16_t size;
|
||||
uint16_t offset;
|
||||
enum SectionType type;
|
||||
|
||||
Reference in New Issue
Block a user