summaryrefslogtreecommitdiff
blob: a0a53a67be285f4c531b854ea6d6b06fd8533310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 value-types.tcc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/value-types.tcc b/value-types.tcc
index 5afc8d0..a95ccbf 100644
--- a/value-types.tcc
+++ b/value-types.tcc
@@ -44,7 +44,7 @@ ValueType_t (bool)::ready (PyObject* module)
 
 ValueType_t (PyObject*)::wrap (const cxxtype& source)
 {
-	return wrap_copy (&type, source);
+	return ValueType::wrap_copy (&type, source);
 }
 
 
@@ -160,7 +160,7 @@ ValueListType_t (bool)::ready (PyObject* module)
 
 ValueListType_t (PyObject*)::wrap (const cxxtype& source)
 {
-	return wrap_copy (&type, source);
+	return ValueListType::wrap_copy (&type, source);
 }