aboutsummaryrefslogtreecommitdiffstats
path: root/comms/linpsk/files/patch-src_textinput.cpp
blob: b6ac51915ff489909dabbaf8e767f569f465c818 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/textinput.cpp.orig  2015-01-07 06:35:27.000000000 -0800
+++ src/textinput.cpp   2015-01-07 06:35:36.000000000 -0800
@@ -22,7 +22,7 @@
 extern Parameter settings;
 extern int errno;
 
-TextInput::TextInput ( int ptt = -1 ) : Input ( ptt )
+TextInput::TextInput ( int ptt ) : Input ( ptt )
 {
 }
 TextInput::~TextInput()