aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/sbkstring.cpp
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-10-06 20:44:40 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:18:22 -0300
commitb63fb5b842459170647eba9036fda522ef251b23 (patch)
tree13fe3c2d75c8e1606eb1614deff8aa57308bfac9 /libshiboken/sbkstring.cpp
parent251284d5be98d3648df76933b8155e7ab3a80198 (diff)
String::convertible renamed to String::isConvertible.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'libshiboken/sbkstring.cpp')
-rw-r--r--libshiboken/sbkstring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libshiboken/sbkstring.cpp b/libshiboken/sbkstring.cpp
index 2ff9d5115..de6842dce 100644
--- a/libshiboken/sbkstring.cpp
+++ b/libshiboken/sbkstring.cpp
@@ -54,7 +54,7 @@ bool checkChar(PyObject* pyobj)
return false;
}
-bool convertible(PyObject* obj)
+bool isConvertible(PyObject* obj)
{
return check(obj);
}