X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fttedit.h;fp=src%2Fttedit.h;h=9bc6b598ab813b0be990c89c404bc43cefeb61ad;hb=0cdf0ebfb4b788156b8eb2c2acadd5f95fe5be26;hp=1aa2b0e20dbb904d9e221c9af32aac4bd1c21e30;hpb=38fb522026b16fb83f49e2b2f32884ffaca177dd;p=ttedit diff --git a/src/ttedit.h b/src/ttedit.h index 1aa2b0e..9bc6b59 100755 --- a/src/ttedit.h +++ b/src/ttedit.h @@ -18,7 +18,7 @@ class TTEMainWindow; class TTEdit: public QApplication { public: - TTEdit(int argc, char * argv[]); + TTEdit(int & argc, char * argv[]); public: CharWindow * charWnd;