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

« back to all changes in this revision

Viewing changes to common/base_screen.cpp

  • 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:
36
36
#include <id.h>
37
37
#include <base_units.h>
38
38
 
 
39
wxString BASE_SCREEN::m_PageLayoutDescrFileName;   // the name of the page layout descr file.
 
40
 
39
41
BASE_SCREEN::BASE_SCREEN( KICAD_T aType ) :
40
42
    EDA_ITEM( aType )
41
43
{