Skip to content

Commit 0888199

Browse files
committed
fix ChargingStyle fix
1 parent 2f32534 commit 0888199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/style_ptr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class Style : public StyleHelper<decltype(T().getColor(0))> {
114114
return -1;
115115
}
116116

117-
private:
117+
protected:
118118
T base_;
119119
HandledTypeSaver handled_type_saver_;
120120
};

0 commit comments

Comments
 (0)