Use std::string for section names

This commit is contained in:
Rangi42
2024-03-02 04:47:02 -05:00
parent b488d3a90f
commit ba00cf5684
4 changed files with 11 additions and 16 deletions

View File

@@ -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