[ox/model] Fix FieldCounter to count CString fields
(synced from e1fa48ea2f)
This commit is contained in:
@@ -47,6 +47,7 @@ class FieldCounter {
|
||||
|
||||
template<typename ...Args>
|
||||
constexpr Error fieldCString(Args&&...) noexcept {
|
||||
++fields;
|
||||
return OxError(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user