From 0c9f9d2f0d242b4e40f68df2e05a6f5b17cbfec3 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Mon, 12 Jan 2026 21:50:17 -0500 Subject: [PATCH] xo-expression2: + Expression facet --- include/xo/object2/DList.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/xo/object2/DList.hpp b/include/xo/object2/DList.hpp index d20fadc..58de075 100644 --- a/include/xo/object2/DList.hpp +++ b/include/xo/object2/DList.hpp @@ -21,6 +21,7 @@ namespace xo { using AAllocator = xo::mm::AAllocator; using ppindentinfo = xo::print::ppindentinfo; + public: DList(xo::obj h, DList * r) : head_{h}, rest_{r} {}