Fix unintended rename of m_askfilename

pull/16/head
Slávek Banko 11 years ago
parent 76e2727dc9
commit 4e85d0dd90

@ -197,7 +197,7 @@ ISpellChecker::ISpellChecker()
m_chartypes(NULL),
m_infile(NULL),
m_outfile(NULL),
m_astdefilename(NULL),
m_askfilename(NULL),
m_Trynum(0),
m_translate_in(0)
{

@ -245,7 +245,7 @@ private:
FILE * m_infile; /* File being corrected */
FILE * m_outfile; /* Corrected copy of infile */
char * m_astdefilename; /* File specified in -f option */
char * m_askfilename; /* File specified in -f option */
int m_changes; /* NZ if changes made to cur. file */
int m_readonly; /* NZ if current file is readonly */

Loading…
Cancel
Save