1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

fix autobuild failures

This commit is contained in:
petr@mysql.com
2004-12-12 20:59:15 +03:00
parent 7d1b9541fc
commit d40e0935ce
6 changed files with 18 additions and 15 deletions

View File

@@ -38,7 +38,6 @@ extern void free_groups(char **groups);
class Instance_map
{
friend class Iterator;
public:
/* Instance_map iterator */
class Iterator
@@ -54,6 +53,7 @@ public:
void go_to_first();
Instance *next();
};
friend class Iterator;
public:
/* returns a pointer to the instance or NULL, if there is no such instance */
Instance *find(const char *name, uint name_len);