Remove bogus ; after } in documentation
This commit is contained in:
parent
0e5e043870
commit
e047d2e2bd
4 changed files with 17 additions and 17 deletions
|
|
@ -3567,7 +3567,7 @@ It is also possible to separate these declarations from the template class. For
|
|||
template<class T> class List {
|
||||
...
|
||||
public:
|
||||
List() { };
|
||||
List() { }
|
||||
T get(int index);
|
||||
...
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue