|
@@ -81,7 +81,8 @@ class PROTOC_EXPORT CppGenerator : public CodeGenerator {
|
|
|
|
|
|
// implements CodeGenerator ----------------------------------------
|
|
// implements CodeGenerator ----------------------------------------
|
|
bool Generate(const FileDescriptor* file, const std::string& parameter,
|
|
bool Generate(const FileDescriptor* file, const std::string& parameter,
|
|
- GeneratorContext* generator_context, std::string* error) const;
|
|
|
|
|
|
+ GeneratorContext* generator_context,
|
|
|
|
+ std::string* error) const override;
|
|
|
|
|
|
uint64 GetSupportedFeatures() const override {
|
|
uint64 GetSupportedFeatures() const override {
|
|
// We don't fully support this yet, but this is needed to unblock the tests,
|
|
// We don't fully support this yet, but this is needed to unblock the tests,
|