Changed public-private indentation
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
69cb6b75c7
commit
b10d895334
1 changed files with 2 additions and 2 deletions
|
@ -36,12 +36,12 @@ struct data
|
||||||
|
|
||||||
class RadioRow
|
class RadioRow
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
RadioRow(char offset);
|
RadioRow(char offset);
|
||||||
int value();
|
int value();
|
||||||
void value(int input);
|
void value(int input);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Fl_Group *group;
|
Fl_Group *group;
|
||||||
Fl_Radio_Round_Button *buttons[6];
|
Fl_Radio_Round_Button *buttons[6];
|
||||||
Fl_Group *label;
|
Fl_Group *label;
|
||||||
|
|
Loading…
Add table
Reference in a new issue