This commit is contained in:
beard%netscape.com 1999-03-03 06:10:58 +00:00
Родитель 4c7d85e8f2
Коммит 1e7482ab24
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -62,7 +62,7 @@
* (e.g. by going back in the window history) after previously being stopped
* by the Stop method.
*/
struct nsIPlugin : public nsIFactory {
class nsIPlugin : public nsIFactory {
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IPLUGIN_IID)

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

@ -62,7 +62,7 @@
* (e.g. by going back in the window history) after previously being stopped
* by the Stop method.
*/
struct nsIPlugin : public nsIFactory {
class nsIPlugin : public nsIFactory {
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IPLUGIN_IID)