Commit f73d98df authored by nanahira's avatar nanahira

fix

parent 38d27919
Pipeline #40292 canceled with stages
in 7 seconds
......@@ -42,7 +42,7 @@ public:
Write<int32_t>(p, val);
}
[[deprecated]]
static void Write<uint16_t>(unsigned char*& p, short val) {
static void WriteInt16(unsigned char*& p, short val) {
Write<int16_t>(p, val);
}
[[deprecated]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment