Remove bogus ; after } in examples
This commit is contained in:
parent
e047d2e2bd
commit
37cd1474b5
18 changed files with 43 additions and 43 deletions
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
class Base {
|
||||
public:
|
||||
Base() { };
|
||||
virtual ~Base() { };
|
||||
Base() { }
|
||||
virtual ~Base() { }
|
||||
virtual void A() {
|
||||
printf("I'm Base::A\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue