~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/plugins/contrib/SpellChecker/wxspellchecker/MySpell/baseaffix.hxx

  • Committer: damienlmoore at gmail
  • Date: 2016-02-02 02:43:22 UTC
  • Revision ID: damienlmoore@gmail.com-20160202024322-yql5qmtbwdyamdwd
Code::BlocksĀ 16.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _BASEAFF_HXX_
 
2
#define _BASEAFF_HXX_
 
3
 
 
4
class AffEntry
 
5
{
 
6
protected:
 
7
       char *       appnd;
 
8
       char *       strip;
 
9
       short        appndl;
 
10
       short        stripl;
 
11
       short        numconds;
 
12
       short        xpflg;
 
13
       char         achar;
 
14
       char         conds[SETSIZE];
 
15
};
 
16
 
 
17
#endif