mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Use std::string for section names
This commit is contained in:
@@ -26,7 +26,7 @@ struct Patch {
|
||||
};
|
||||
|
||||
struct Section {
|
||||
char *name;
|
||||
std::string name;
|
||||
enum SectionType type;
|
||||
enum SectionModifier modifier;
|
||||
FileStackNode const *src; // Where the section was defined
|
||||
|
||||
Reference in New Issue
Block a user