зеркало из https://github.com/mozilla/gecko-dev.git
'friend class' instead of 'friend' .. HP-UX's aCC requires this.
This commit is contained in:
Родитель
a11f987e0c
Коммит
e0163ca95d
|
@ -58,7 +58,7 @@ public:
|
||||||
|
|
||||||
PRBool CanUnload(void) { return mOutstandingInstances == 0; }
|
PRBool CanUnload(void) { return mOutstandingInstances == 0; }
|
||||||
|
|
||||||
friend MyService;
|
friend class MyService;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
PRBool mStarted;
|
PRBool mStarted;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче