summaryrefslogtreecommitdiff
blob: 36246b214f99eabdd91b6cc76ca956781f528d70 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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: