about summary refs log tree commit diff stats
path: root/cpp/031address.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/031address.cc')
-rw-r--r--cpp/031address.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/031address.cc b/cpp/031address.cc
index f84af8d7..ddb9ba64 100644
--- a/cpp/031address.cc
+++ b/cpp/031address.cc
@@ -43,7 +43,7 @@ reagent canonize(reagent x) {
 
 reagent deref(reagent x) {
 //?   cout << "deref: " << x.to_string() << "\n"; //? 2
-  static const int ADDRESS = Type_number["address"];
+  static const type_number ADDRESS = Type_number["address"];
   reagent result;
   assert(x.types[0] == ADDRESS);