mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.cosmetics
This commit is contained in:
parent
8016c484df
commit
55ab9af8dc
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ struct TypeInfo : Moveable<TypeInfo> {
|
|||
|
||||
typedef TypeInfo Context;
|
||||
|
||||
struct Val : Moveable<Val, TypeInfo> {
|
||||
struct Val : Moveable<Val>, TypeInfo {
|
||||
bool array = false;
|
||||
bool rvalue = false; // data is loaded from debugee (if false, data pointed to by address)
|
||||
byte bitpos = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue