~cern-kicad/kicad/kicad-pns-tom

« back to all changes in this revision

Viewing changes to include/appl_wxstruct.h

  • Committer: Maciej Suminski
  • Date: 2013-08-02 13:57:24 UTC
  • mfrom: (4024.1.238 kicad)
  • mto: This revision was merged to the branch mainline in revision 4221.
  • Revision ID: maciej.suminski@cern.ch-20130802135724-gix6orezshkukodv
Upstream merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    APP_PCBNEW_T,
45
45
    APP_CVPCB_T,
46
46
    APP_GERBVIEW_T,
47
 
    APP_KICAD_T
 
47
    APP_KICAD_T,
 
48
    APP_PL_EDITOR_T
48
49
};
49
50
 
50
51
class wxConfigBase;