Add ; after class definition

This commit is contained in:
sfraser%netscape.com 1998-12-17 01:42:02 +00:00
parent 4ba0984985
commit 2917ee35b3
2 changed files with 2 additions and 2 deletions

View File

@ -66,6 +66,6 @@ public:
* @see mg.magellan.script.IScriptEnvrionment
*/
virtual nsIScriptable* GetScriptableContainer() = 0;
}
};
#endif /* nsIDocumentContainer_h___ */

View File

@ -66,6 +66,6 @@ public:
* @see mg.magellan.script.IScriptEnvrionment
*/
virtual nsIScriptable* GetScriptableContainer() = 0;
}
};
#endif /* nsIDocumentContainer_h___ */