Merge remote-tracking branch 'origin/integration' into integration

This commit is contained in:
J. Nick Koston 2025-07-11 18:33:57 -10:00
commit bbf9dcc15a
No known key found for this signature in database

View File

@ -192,9 +192,6 @@ class Proto64Bit {
const uint64_t value_; const uint64_t value_;
}; };
// Forward declaration needed for method declaration
class ProtoMessage;
class ProtoWriteBuffer { class ProtoWriteBuffer {
public: public:
ProtoWriteBuffer(std::vector<uint8_t> *buffer) : buffer_(buffer) {} ProtoWriteBuffer(std::vector<uint8_t> *buffer) : buffer_(buffer) {}