/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/test_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

27
27
#include "minor_mode.h"
28
28
 
29
29
 
30
 
class TestMode
31
 
    :
32
 
    public MinorMode
 
30
class TestMode : public MinorMode
33
31
{
34
32
public:
35
33