mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 774029 - Remove extra ;. r=jonas.
This commit is contained in:
parent
c1d4eb7997
commit
4ffc12420c
@ -39,7 +39,7 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
struct NodePointer {
|
struct NodePointer {
|
||||||
NodePointer() : mNode(nsnull) {};
|
NodePointer() : mNode(nsnull) {}
|
||||||
NodePointer(nsINode *aNode, bool aBeforeNode);
|
NodePointer(nsINode *aNode, bool aBeforeNode);
|
||||||
|
|
||||||
typedef bool (NodePointer::*MoveToMethodType)(nsINode*);
|
typedef bool (NodePointer::*MoveToMethodType)(nsINode*);
|
||||||
|
Loading…
Reference in New Issue
Block a user