summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2016-03-22 21:19:57 +0400
committerSergey Vojtovich <svoj@mariadb.org>2016-03-22 21:19:57 +0400
commit642978cc57285f182740aa2794ffb145bd1d09b1 (patch)
tree94610641888b0ac6fe84c618db9a19b953cbf999 /sql
parentdfa22c5d3921fade44113bcca90fec451e6f24ed (diff)
downloadmariadb-git-642978cc57285f182740aa2794ffb145bd1d09b1.tar.gz
Fixed Windows compilation failure
Diffstat (limited to 'sql')
-rw-r--r--sql/table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/table.h b/sql/table.h
index 29309b14a61..5d27d8e97fd 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -1006,7 +1006,7 @@ private:
One should use methods of I_P_List template instead.
*/
TABLE *share_all_next, **share_all_prev;
- friend struct TDC_element;
+ friend class TDC_element;
public: