Remove bogus ; after } in examples
This commit is contained in:
parent
e047d2e2bd
commit
37cd1474b5
18 changed files with 43 additions and 43 deletions
|
|
@ -1,7 +1,7 @@
|
|||
class Base {
|
||||
public:
|
||||
Base() { };
|
||||
virtual ~Base() { };
|
||||
Base() { }
|
||||
virtual ~Base() { }
|
||||
virtual const char * A() const {
|
||||
return "Base::A";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue