Bug 97488 -- sample code to reflect new approach to scripting, not part of the build, patch by jband and av, r=av
git-svn-id: svn://10.0.0.236/trunk@102122 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -37,7 +37,7 @@ private:
|
||||
|
||||
NPStream * m_pNPStream;
|
||||
BOOL m_bInitialized;
|
||||
nsI4xScrPlugin * m_pScriptablePeer;
|
||||
nsI4xScriptablePlugin * m_pScriptablePeer;
|
||||
|
||||
public:
|
||||
char m_String[128];
|
||||
@@ -53,7 +53,7 @@ public:
|
||||
void showVersion();
|
||||
void clear();
|
||||
|
||||
nsI4xScrPlugin* getScriptablePeer();
|
||||
nsI4xScriptablePlugin* getScriptablePeer();
|
||||
};
|
||||
|
||||
#endif // __PLUGIN_H__
|
||||
|
||||
Reference in New Issue
Block a user