From cd4e709ead8a3e97eee0ef7b362240986e18fbd5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 22 May 2015 15:43:41 +0200 Subject: Get rid of gcc, clang warnings (-Wall) --- build/variable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/variable') diff --git a/build/variable b/build/variable index 0972f3c..0cd411d 100644 --- a/build/variable +++ b/build/variable @@ -64,7 +64,7 @@ namespace build ~value () = default; }; - struct list_value: value, names + class list_value: public value, public names { public: using names::names; -- cgit v1.1