summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-08-14 11:31:54 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-08-14 11:31:54 +0000
commit6d47fafd1c18c326332ba6e51293e135f17751fc (patch)
treead640876fc845658235d68adfe107440127311fa /cpp/include
parent3f5d3c4e0e8df5f4561c30fb4c86d670d028b1d5 (diff)
downloadqpid-python-6d47fafd1c18c326332ba6e51293e135f17751fc.tar.gz
Revert "QPID-5067: Fixed an unmatched closing parenthesis."
This reverts commit 87a60f02cfe49d99fda6d867108c3c7c6d1ad122. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1513817 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/qpid/swig_ruby_typemaps.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/qpid/swig_ruby_typemaps.i b/cpp/include/qpid/swig_ruby_typemaps.i
index a3dc3f3f9f..b7befb7291 100644
--- a/cpp/include/qpid/swig_ruby_typemaps.i
+++ b/cpp/include/qpid/swig_ruby_typemaps.i
@@ -32,7 +32,7 @@
case T_FLOAT: return qpid::types::Variant(NUM2DBL(value));
case T_STRING: {
qpid::types::Variant v = qpid::types::Variant();
- v = StringValuePtr(value);
+ v = StringValuePtr(value));
v.setEncoding("utf8");
return v;
}