mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Fix up naming of Base64 and Leb128 functions.
Change-Id: I80a2493d822b59311ba0d7bd68b5ccf0e3b29e6a
This commit is contained in:
@@ -59,7 +59,7 @@ class WireEncoder {
|
||||
|
||||
void WriteDouble(double val);
|
||||
|
||||
void WriteULEB128(unsigned long val);
|
||||
void WriteUleb128(unsigned long val);
|
||||
void WriteType(NT_Type type);
|
||||
void WriteValue(const NT_Value& value);
|
||||
void WriteString(const NT_String& str);
|
||||
|
||||
Reference in New Issue
Block a user