summaryrefslogtreecommitdiffstats
path: root/Project/ControlEditor.h
blob: b917db5df6b74c868feb61cd9a22854585f6d058 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef CONTROLEDITOR_H
#define CONTROLEDITOR_H
#include "ControlEditorBase.h"

class ControlEditor : public ControlEditorBase
{
public:
    ControlEditor(wxWindow* parent);
    virtual ~ControlEditor();
};
#endif // CONTROLEDITOR_H