summaryrefslogtreecommitdiff
path: root/Doc/Manual/SWIGPlus.html
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Manual/SWIGPlus.html')
-rw-r--r--Doc/Manual/SWIGPlus.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/SWIGPlus.html b/Doc/Manual/SWIGPlus.html
index 72917f1e0..d0deff03f 100644
--- a/Doc/Manual/SWIGPlus.html
+++ b/Doc/Manual/SWIGPlus.html
@@ -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);
...
};