Commit acd8269a authored by Seblu's avatar Seblu
Browse files

useless modif

parent e276c279
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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_;