From 55081a5ab00ef8ecc04308aa1740b4279a4b2a56 Mon Sep 17 00:00:00 2001 From: "Darryl L. Pierce" Date: Mon, 18 Feb 2013 21:08:49 +0000 Subject: QPID-4588: Updated the Ruby language bindings. They will now look for the Swig descriptors and typemaps in their new locations. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1447498 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/bindings/qmf2/ruby/ruby.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/bindings/qmf2/ruby/ruby.i') diff --git a/qpid/cpp/bindings/qmf2/ruby/ruby.i b/qpid/cpp/bindings/qmf2/ruby/ruby.i index ea14904be8..0254017555 100644 --- a/qpid/cpp/bindings/qmf2/ruby/ruby.i +++ b/qpid/cpp/bindings/qmf2/ruby/ruby.i @@ -21,7 +21,7 @@ /* Ruby doesn't have a != operator*/ #pragma SWIG nowarn=378 %include "std_string.i" -%include "swig_ruby_typemaps.i" +%include "qpid/swig_ruby_typemaps.i" /* Define the general-purpose exception handling */ %exception { -- cgit v1.2.1