summaryrefslogtreecommitdiff
path: root/src/py_value.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/py_value.cc')
-rw-r--r--src/py_value.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/py_value.cc b/src/py_value.cc
index 8adc624f..34ee2d82 100644
--- a/src/py_value.cc
+++ b/src/py_value.cc
@@ -307,7 +307,7 @@ void export_value()
scope().attr("NULL_VALUE") = NULL_VALUE;
scope().attr("string_value") = &string_value;
- scope().attr("mask_value") = &mask_value;
+ scope().attr("mask_value") = &mask_value;
scope().attr("value_context") = &value_context;
register_optional_to_python<value_t>();