class -> struct

This commit is contained in:
Andreas Fabri 2008-10-15 07:52:05 +00:00
parent 9581a1172f
commit 79dec30a9c
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ protected:
// A vertex is of this type:
// struct Range_tree_node;
friend class Range_tree_node<C_Data,C_Window,C_Interface>;
friend struct Range_tree_node<C_Data,C_Window,C_Interface>;
typedef Range_tree_node<C_Data,C_Window,C_Interface> Range_tree_node2;
typedef Range_tree_node<C_Data,C_Window,C_Interface> *link_type;