Skip to content

Commit 642978c

Browse files
committed
Fixed Windows compilation failure
1 parent dfa22c5 commit 642978c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/table.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ struct TABLE
10061006
One should use methods of I_P_List template instead.
10071007
*/
10081008
TABLE *share_all_next, **share_all_prev;
1009-
friend struct TDC_element;
1009+
friend class TDC_element;
10101010

10111011
public:
10121012

0 commit comments

Comments
 (0)