Skip to content

Commit eba59f8

Browse files
committed
Issue #255 fixed
1 parent 7adc0b5 commit eba59f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic_content/sizeof/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class A1
145145
{
146146
virtual void fun(){}
147147
};
148-
class C1:public A
148+
class C1:public A1
149149
{
150150
};
151151

0 commit comments

Comments
 (0)