Skip to content

Commit 93f9d82

Browse files
committed
add: this_pointer 05
1 parent 7b69006 commit 93f9d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10_this_pointer/05_simple_use.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ class Rectangle
3333
}
3434
};
3535

36-
3736
// // Main Function Start
3837
int main()
3938
{
39+
4040
// // create an instance of Rectangle
4141
Rectangle r1;
4242

0 commit comments

Comments
 (0)