less templates

This commit is contained in:
J. Nick Koston 2025-07-11 16:10:39 -10:00
parent c37494ea55
commit 2c290e3bee
No known key found for this signature in database

View File

@ -184,6 +184,9 @@ 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) {}