summaryrefslogtreecommitdiff
path: root/src/context
diff options
context:
space:
mode:
Diffstat (limited to 'src/context')
-rw-r--r--src/context/cdlist_context_memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/cdlist_context_memory.h b/src/context/cdlist_context_memory.h
index f85d3b79e..20d672d31 100644
--- a/src/context/cdlist_context_memory.h
+++ b/src/context/cdlist_context_memory.h
@@ -157,7 +157,7 @@ protected:
/**
* Private copy constructor undefined (no copy permitted).
*/
- CDList(const CDList<T, Allocator>& l);
+ CDList(const CDList<T, Allocator>& l) CVC4_UNDEFINED;
/**
* Allocate the first list segment.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback