aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/python_plugin.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/python_plugin.cc')
-rw-r--r--src/compiler/python_plugin.cc8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/compiler/python_plugin.cc b/src/compiler/python_plugin.cc
index ed1e0494fb..0dd2c5b834 100644
--- a/src/compiler/python_plugin.cc
+++ b/src/compiler/python_plugin.cc
@@ -56,12 +56,10 @@ using std::strlen;
class PythonGrpcGenerator : public CodeGenerator {
public:
PythonGrpcGenerator() {}
- ~PythonGrpcGenerator() override {}
+ ~PythonGrpcGenerator() {}
- bool Generate(const FileDescriptor* file,
- const string& parameter,
- GeneratorContext* context,
- string* error) const override {
+ bool Generate(const FileDescriptor* file, const string& parameter,
+ GeneratorContext* context, string* error) const {
// Get output file name.
string file_name;
static const int proto_suffix_length = strlen(".proto");