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

« back to all changes in this revision

Viewing changes to pcbnew/invoke_pcb_dialog.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:
43
43
 
44
44
class wxFrame;
45
45
class wxDialog;
 
46
class wxPoint;
 
47
class wxSize;
 
48
class wxRealPoint;
 
49
 
46
50
 
47
51
// Often this is not used in the prototypes, since wxFrame is good enough and would
48
52
// represent maximum information hiding.
64
68
int InvokeDialogPrintUsingPrinter( SCH_EDIT_FRAME* aCaller );
65
69
*/
66
70
 
67
 
 
68
 
 
69
71
#endif  // INVOKE_A_DIALOG_H_