diff options
Diffstat (limited to 'src/record/SkRecords.h')
-rw-r--r-- | src/record/SkRecords.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/record/SkRecords.h b/src/record/SkRecords.h index d4b6852d70..bfa15496f3 100644 --- a/src/record/SkRecords.h +++ b/src/record/SkRecords.h @@ -63,6 +63,7 @@ enum Type { SK_RECORD_TYPES(ENUM) }; #define RECORD0(T) \ struct T { \ static const Type kType = T##_Type; \ + T() {} \ }; // We try to be flexible about the types the constructors take. Instead of requring the exact type |