mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
More work on VarObj visualizer.
This commit is contained in:
@@ -4,16 +4,16 @@
|
||||
|
||||
|
||||
struct Location {
|
||||
std::string city;
|
||||
std::string state;
|
||||
int zip;
|
||||
std::string city;
|
||||
std::string state;
|
||||
int zip;
|
||||
};
|
||||
|
||||
struct Person {
|
||||
std::string name;
|
||||
int age;
|
||||
float salary;
|
||||
struct Location location;
|
||||
std::string name;
|
||||
int age;
|
||||
float salary;
|
||||
struct Location location;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user