ports/graphics/lsys/patches/patch-util_h

14 lines
291 B
Text

dude, it's not even constant
Index: util.h
--- util.h.orig
+++ util.h
@@ -149,7 +149,7 @@ struct error : exception {
{ };
template<typename T>
- error &operator <<(const T &s) const t_no
+ error &operator <<(const T &s) t_no
{ msg.append (s); return *this; };
};