From 56225861f754a55c6d5066c416bac58b0c34bc64 Mon Sep 17 00:00:00 2001 From: jfbastien Date: Mon, 2 Mar 2009 13:09:05 +0000 Subject: [PATCH] Missing private after preprocessor condition. git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@988 7ec92016-0320-0410-acc4-a06ded1c099a --- include/loki/flex/flex_string_shell.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/loki/flex/flex_string_shell.h b/include/loki/flex/flex_string_shell.h index 2af3f2c..3e967ff 100644 --- a/include/loki/flex/flex_string_shell.h +++ b/include/loki/flex/flex_string_shell.h @@ -186,6 +186,7 @@ class flex_string : private Storage #else Invariant(const flex_string&) {} #endif + private: Invariant& operator=(const Invariant&); };