aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/command_line_interface.h
diff options
context:
space:
mode:
authorGravatar kenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-12-24 02:12:15 +0000
committerGravatar kenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-12-24 02:12:15 +0000
commit5066322074b975fac2436cb137d3b169d75c96d6 (patch)
tree8a4fe497c3e78db88c87126d8fd79a64196a9f62 /src/google/protobuf/compiler/command_line_interface.h
parent45258ff4e23e3427b96bf3f36c393d1ac0c8f2e9 (diff)
Allow protoc to output directly to zip/jar/par/war files.
Diffstat (limited to 'src/google/protobuf/compiler/command_line_interface.h')
-rw-r--r--src/google/protobuf/compiler/command_line_interface.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/google/protobuf/compiler/command_line_interface.h b/src/google/protobuf/compiler/command_line_interface.h
index 1a75ec85..d25a50e6 100644
--- a/src/google/protobuf/compiler/command_line_interface.h
+++ b/src/google/protobuf/compiler/command_line_interface.h
@@ -175,7 +175,6 @@ class LIBPROTOC_EXPORT CommandLineInterface {
class ErrorPrinter;
class MemoryOutputDirectory;
- class SubOutputDirectory;
class MemoryOutputStream;
// Clear state from previous Run().
@@ -213,7 +212,7 @@ class LIBPROTOC_EXPORT CommandLineInterface {
struct OutputDirective; // see below
bool GenerateOutput(const vector<const FileDescriptor*>& parsed_files,
const OutputDirective& output_directive,
- OutputDirectory* parent_output_directory);
+ OutputDirectory* output_directory);
bool GeneratePluginOutput(const vector<const FileDescriptor*>& parsed_files,
const string& plugin_name,
const string& parameter,