Renaming
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
|
||||
class Form {
|
||||
protected:
|
||||
static size_t counter_;
|
||||
size_t id_;
|
||||
bool excluded_;
|
||||
static size_t counter;
|
||||
size_t id;
|
||||
bool excluded;
|
||||
int bound_type;
|
||||
public:
|
||||
Form();
|
||||
|
||||
Reference in New Issue
Block a user