mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
MgmtSrvr.hpp:
make subclass friend for gcc-2.95 et al [dup push]
This commit is contained in:
parent
2db2235512
commit
b2b5e8715d
1 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,9 @@ public:
|
|||
virtual void println_statistics(const BaseString &s) = 0;
|
||||
};
|
||||
|
||||
// some compilers need all of this
|
||||
class Allocated_resources;
|
||||
friend class Allocated_resources;
|
||||
class Allocated_resources {
|
||||
public:
|
||||
Allocated_resources(class MgmtSrvr &m);
|
||||
|
|
Loading…
Reference in a new issue