add alias for AZStd::vector<u8> before potential change

This commit is contained in:
hultonha
2021-04-12 11:03:46 +01:00
parent 038540c922
commit 5fc4aeaf09
7 changed files with 22 additions and 17 deletions
@@ -29,12 +29,12 @@ namespace WhiteBox
m_asset = asset;
}
void WhiteBoxMeshAssetUndoCommand::SetUndoState(const AZStd::vector<AZ::u8>& undoState)
void WhiteBoxMeshAssetUndoCommand::SetUndoState(const Api::WhiteBoxMeshStream& undoState)
{
m_undoState = undoState;
}
void WhiteBoxMeshAssetUndoCommand::SetRedoState(const AZStd::vector<AZ::u8>& redoState)
void WhiteBoxMeshAssetUndoCommand::SetRedoState(const Api::WhiteBoxMeshStream& redoState)
{
m_redoState = redoState;
}