From acd8269aff68cec6330dbd0d168570a1d1508304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Wed, 16 Jan 2008 14:09:30 +0000 Subject: [PATCH] useless modif --- sll/trunk/error.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/sll/trunk/error.hh b/sll/trunk/error.hh index 52374d5..9d9286e 100644 --- a/sll/trunk/error.hh +++ b/sll/trunk/error.hh @@ -41,6 +41,7 @@ public: friend Error &operator<<(Error &e, const string &s); friend Error &operator>>(Error &e, const string &s); friend Error &operator<<(Error &e, int val); + protected: sstream msg_; int val_; -- GitLab