From a7b513e9085a09a1bbe19c7b83f40625a22c7041 Mon Sep 17 00:00:00 2001 From: "beard%netscape.com" Date: Sat, 20 Feb 1999 04:26:09 +0000 Subject: [PATCH] class nsIPlugin not struct. git-svn-id: svn://10.0.0.236/trunk@21394 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/plugin/base/public/nsplugindefs.h | 2 +- mozilla/modules/plugin/public/nsplugindefs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/modules/plugin/base/public/nsplugindefs.h b/mozilla/modules/plugin/base/public/nsplugindefs.h index e2b1e401ed4..3c70aa12d03 100644 --- a/mozilla/modules/plugin/base/public/nsplugindefs.h +++ b/mozilla/modules/plugin/base/public/nsplugindefs.h @@ -356,7 +356,7 @@ enum nsPluginReason { //////////////////////////////////////////////////////////////////////////////// // Classes that must be implemented by the plugin DLL: -struct nsIPlugin; // plugin class (MIME-type handler) +class nsIPlugin; // plugin class (MIME-type handler) class nsILiveConnectPlugin; // subclass of nsIPlugin class nsIEventHandler; // event handler interface class nsIPluginInstance; // plugin instance diff --git a/mozilla/modules/plugin/public/nsplugindefs.h b/mozilla/modules/plugin/public/nsplugindefs.h index e2b1e401ed4..3c70aa12d03 100644 --- a/mozilla/modules/plugin/public/nsplugindefs.h +++ b/mozilla/modules/plugin/public/nsplugindefs.h @@ -356,7 +356,7 @@ enum nsPluginReason { //////////////////////////////////////////////////////////////////////////////// // Classes that must be implemented by the plugin DLL: -struct nsIPlugin; // plugin class (MIME-type handler) +class nsIPlugin; // plugin class (MIME-type handler) class nsILiveConnectPlugin; // subclass of nsIPlugin class nsIEventHandler; // event handler interface class nsIPluginInstance; // plugin instance