зеркало из https://github.com/mozilla/pjs.git
Forgot to say "public" in "class nsPropertiesFactory : nsIFactory".
This caused it to fail on Linux, but not on Windows. Go figure. Sigh.
This commit is contained in:
Родитель
5bc85299cc
Коммит
f2ac3bc7ac
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include "nsIFactory.h"
|
||||
|
||||
class nsPropertiesFactory : nsIFactory
|
||||
class nsPropertiesFactory : public nsIFactory
|
||||
{
|
||||
public:
|
||||
nsPropertiesFactory();
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include "nsIFactory.h"
|
||||
|
||||
class nsPropertiesFactory : nsIFactory
|
||||
class nsPropertiesFactory : public nsIFactory
|
||||
{
|
||||
public:
|
||||
nsPropertiesFactory();
|
||||
|
|
Загрузка…
Ссылка в новой задаче