You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/tvision/files/tvision-2.1.0_pre2-gcc41.patch

12 lines
265 B

--- tvision/include/tv/inputln.h
+++ tvision/include/tv/inputln.h
@@ -201,7 +201,7 @@
{ return name; }
protected:
- TInputLine::TInputLine(StreamableInit) :
+ TInputLine(StreamableInit) :
TInputLineBaseT<char,TDrawBuffer>(streamableInit) {}
public: