Skip to content

Commit

Permalink
Update apple.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Light-City committed Apr 10, 2022
1 parent c007755 commit 4afd3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic_content/const/class_const/overload_example/apple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Apple
Apple(int i);
static const int apple_number;
void take(int num) const;
int add(int num);
int add();
int add(int num) const;
int getCount() const;
};
Expand Down

0 comments on commit 4afd3ba

Please sign in to comment.