Rename bstring to BString for consistency

(synced from fc9726b3ec)
This commit is contained in:
2018-02-02 01:30:56 -06:00
parent 34eec027b1
commit 95e1c478a3
4 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ class MetalClawReader {
int op(const char*, T *val);
template<size_t L>
int op(const char*, ox::bstring<L> *val);
int op(const char*, ox::BString<L> *val);
size_t arrayLength(const char*);
@@ -82,7 +82,7 @@ int MetalClawReader::op(const char*, T *val) {
};
template<size_t L>
int MetalClawReader::op(const char*, ox::bstring<L> *val) {
int MetalClawReader::op(const char*, ox::BString<L> *val) {
int err = 0;
if (m_fieldPresence.get(m_field)) {
// read the length