зеркало из https://github.com/mozilla/pjs.git
struct -> class
This commit is contained in:
Родитель
4d3e325ad3
Коммит
69f7175762
|
@ -62,7 +62,7 @@
|
||||||
* (e.g. by going back in the window history) after previously being stopped
|
* (e.g. by going back in the window history) after previously being stopped
|
||||||
* by the Stop method.
|
* by the Stop method.
|
||||||
*/
|
*/
|
||||||
struct nsIPlugin : public nsIFactory {
|
class nsIPlugin : public nsIFactory {
|
||||||
public:
|
public:
|
||||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IPLUGIN_IID)
|
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
|
* (e.g. by going back in the window history) after previously being stopped
|
||||||
* by the Stop method.
|
* by the Stop method.
|
||||||
*/
|
*/
|
||||||
struct nsIPlugin : public nsIFactory {
|
class nsIPlugin : public nsIFactory {
|
||||||
public:
|
public:
|
||||||
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IPLUGIN_IID)
|
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IPLUGIN_IID)
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче