1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fix gcc compile error on friend declaration.

"friend TDBEXT" must specified as "friend class TDBEXT"
  modified:   storage/connect/tabext.h
This commit is contained in:
Olivier Bertrand
2017-02-15 00:30:00 +01:00
parent 6aa144f8d6
commit 403ef9918f

View File

@@ -53,7 +53,7 @@ class CONDFIL : public BLOCK {
/* tables of type MYSQL, ODBC, JDBC... */
/***********************************************************************/
class DllExport EXTDEF : public TABDEF { /* EXT table */
friend TDBEXT;
friend class TDBEXT;
public:
// Constructor
EXTDEF(void); // Constructor