remove inadvertant scope over-qualification to fix HP-UX bustage

This commit is contained in:
jband%netscape.com 1999-04-13 07:13:43 +00:00
Родитель 58963d96d3
Коммит 3bc1eaa7b6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -409,7 +409,7 @@ public:
private:
CIDGetService(); // not implemented
static CIDGetServiceScriptable* CIDGetService::GetScriptable();
static CIDGetServiceScriptable* GetScriptable();
nsJSCID* mCID;
};