/elec/propeller-clock

To get this branch, use:
bzr branch http://bzr.ed.am/elec/propeller-clock

« back to all changes in this revision

Viewing changes to src/switcher_major_mode.h

  • Committer: edam
  • Date: 2012-02-28 17:11:15 UTC
  • Revision ID: edam@waxworlds.org-20120228171115-j3k91a3v71d3wnc1
cleanu

Show diffs side-by-side

added added

removed removed

34
34
class Drawer;
35
35
 
36
36
 
37
 
class SwitcherMajorMode
38
 
    :
39
 
    public MajorMode
 
37
class SwitcherMajorMode : public MajorMode
40
38
{
41
39
public:
42
40