зеркало из https://github.com/mozilla/gecko-dev.git
struct -> class
This commit is contained in:
Родитель
4c7d85e8f2
Коммит
1e7482ab24
|
@ -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)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче