mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1040037 - Give nsBidiKeyboard a private destructor; r=bjacob
--HG-- extra : rebase_source : 434f1a864574b40766a8382f077c3fad32761f41
This commit is contained in:
parent
c9805ae1ce
commit
8f8826d0f4
@ -11,12 +11,13 @@
|
||||
|
||||
class nsBidiKeyboard : public nsIBidiKeyboard
|
||||
{
|
||||
virtual ~nsBidiKeyboard();
|
||||
|
||||
public:
|
||||
NS_DECL_ISUPPORTS
|
||||
NS_DECL_NSIBIDIKEYBOARD
|
||||
|
||||
nsBidiKeyboard();
|
||||
virtual ~nsBidiKeyboard();
|
||||
|
||||
protected:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user