Skip to content

Commit c68db8a

Browse files
authored
Merge pull request #259 from stoody-dev/master
Issue #255 fixed
2 parents 20eb89e + eba59f8 commit c68db8a

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)