struct -> class

git-svn-id: svn://10.0.0.236/trunk@22698 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
1999-03-03 06:10:58 +00:00
parent 5043661316
commit 9947d53238
2 changed files with 2 additions and 2 deletions

View File

@@ -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)