mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Use std::string for symbol/section/node names and assertion messages
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
struct Assertion {
|
||||
struct Patch patch; // Also used for its `.type`
|
||||
char *message;
|
||||
std::string *message;
|
||||
// This would be redundant with `.section->fileSymbols`... but `section` is sometimes NULL!
|
||||
std::vector<struct Symbol> *fileSymbols;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user