[ox/mc] Rename FieldPresenceMask to FieldPresenceIndicator

(synced from e45122184e)
This commit is contained in:
2019-03-07 23:00:59 -06:00
parent b9dc6f2056
commit 740fcbb4d1
5 changed files with 17 additions and 17 deletions
+3 -3
View File
@@ -12,11 +12,11 @@
#include <ox/ser/types.hpp>
#include <ox/std/byteswap.hpp>
#include <ox/std/string.hpp>
#include <ox/std/vector.hpp>
#include <ox/std/types.hpp>
#include <ox/std/vector.hpp>
#include "err.hpp"
#include "presencemask.hpp"
#include "presenceindicator.hpp"
#include "types.hpp"
namespace ox {
@@ -24,7 +24,7 @@ namespace ox {
class MetalClawWriter {
private:
FieldPresenseMask m_fieldPresence;
FieldPresenceIndicator m_fieldPresence;
int m_fields = 0;
int m_field = 0;
std::size_t m_buffIt = 0;