Switch to using enum

This commit is contained in:
bgbsww
2024-02-03 20:34:15 -05:00
committed by Chris Hennes
parent 55669a1577
commit 57d8a9e61a
2 changed files with 10 additions and 3 deletions

View File

@@ -444,7 +444,7 @@ TEST_F(ComplexGeoDataTest, saveDocFileWithNoElementMap)
{
// Arrange
Base::StringWriter writer;
cgd().resetElementMap(nullptr, true); // Force undefined map
cgd().resetElementMap(nullptr, Data::AllowNoMap); // Force undefined map
// Act
cgd().SaveDocFile(writer);