From eff9a8306fc83f80987fee37b2e1c36916111e62 Mon Sep 17 00:00:00 2001 From: ilor <kailoran@gmail.com> Date: Wed, 8 Dec 2010 11:07:09 +0100 Subject: [PATCH] fix missing const compile error --- libwccl/values/tset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwccl/values/tset.h b/libwccl/values/tset.h index 228023d5..a89d0eb 100644 --- a/libwccl/values/tset.h +++ b/libwccl/values/tset.h @@ -40,7 +40,7 @@ public: /** * Alias of get_value() */ - Corpus2::Tag& contents() { + const Corpus2::Tag& contents() const { return tag_; } -- GitLab