diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/google/protobuf/compiler/csharp/csharp_options.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/google/protobuf/compiler/csharp/csharp_options.h b/src/google/protobuf/compiler/csharp/csharp_options.h index f25812c8..426fb3b5 100644 --- a/src/google/protobuf/compiler/csharp/csharp_options.h +++ b/src/google/protobuf/compiler/csharp/csharp_options.h @@ -44,7 +44,8 @@ struct Options { Options() : file_extension(".cs"), base_namespace(""), - base_namespace_specified(false) { + base_namespace_specified(false), + internal_access(false) { } // Extension of the generated file. Defaults to ".cs" string file_extension; |