Merge pull request #2382 from aws-lumberyard-dev/audio/amzn-phist/RemoveLegacyXml

Replaces usage of legacy XML apis with RapidXml
This commit is contained in:
Pratik Patel
2021-07-26 18:58:01 -07:00
committed by GitHub
26 changed files with 656 additions and 510 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ public:
static void Record(IUndoObject* undo);
private:
static const uint32 scDescSize = 256;
static const AZ::u32 scDescSize = 256;
char m_description[scDescSize];
bool m_bCancelled;
bool m_bStartedRecord;