Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
2e5123a3
Commit
2e5123a3
authored
Feb 08, 2015
by
Chris Fallin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #197 from nsuke/protoc-export-ruby
Add missing LIBPROTOC_EXPORT to ruby generator
parents
20490e33
de525ec2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ruby_generator.h
src/google/protobuf/compiler/ruby/ruby_generator.h
+2
-1
No files found.
src/google/protobuf/compiler/ruby/ruby_generator.h
View file @
2e5123a3
...
@@ -40,7 +40,8 @@ namespace protobuf {
...
@@ -40,7 +40,8 @@ namespace protobuf {
namespace
compiler
{
namespace
compiler
{
namespace
ruby
{
namespace
ruby
{
class
Generator
:
public
google
::
protobuf
::
compiler
::
CodeGenerator
{
class
LIBPROTOC_EXPORT
Generator
:
public
google
::
protobuf
::
compiler
::
CodeGenerator
{
virtual
bool
Generate
(
virtual
bool
Generate
(
const
FileDescriptor
*
file
,
const
FileDescriptor
*
file
,
const
string
&
parameter
,
const
string
&
parameter
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment