mirror of https://github.com/CGAL/cgal
add missing semicolon
This commit is contained in:
parent
fe262d6215
commit
4ceeb92020
|
|
@ -55,7 +55,7 @@ public:
|
|||
{ // replace with iterator_adaptor implementation -JGS
|
||||
typedef std::forward_iterator_tag Category;
|
||||
typedef ArrayBinaryTreeNode value_type;
|
||||
typedef size_type difference_type
|
||||
typedef size_type difference_type;
|
||||
typedef ArrayBinaryTreeNode* Pointer;
|
||||
typedef ArrayBinaryTreeNode& Reference;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue