Renaming
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
|
||||
class Object {
|
||||
private:
|
||||
std::vector<Form*> forms_;
|
||||
double _w;
|
||||
double _h;
|
||||
std::vector<Form*> forms;
|
||||
double w;
|
||||
double h;
|
||||
void Updsize();
|
||||
public:
|
||||
Object();
|
||||
|
||||
Reference in New Issue
Block a user