diff options
Diffstat (limited to 'cpp/rubygen/templates/all_method_bodies.rb')
| -rwxr-xr-x | cpp/rubygen/templates/all_method_bodies.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/rubygen/templates/all_method_bodies.rb b/cpp/rubygen/templates/all_method_bodies.rb index 38fbc31593..d06f459493 100755 --- a/cpp/rubygen/templates/all_method_bodies.rb +++ b/cpp/rubygen/templates/all_method_bodies.rb @@ -12,7 +12,7 @@ class AllMethodBodiesGen < CppGen def generate() h_file(@filename) { - @amqp.amqp_methods.each { |m| include "qpid/framing/"+m.body_name } + @amqp.methods_.each { |m| include "qpid/framing/"+m.body_name } } end end |
