mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 02:43:07 +00:00
[XForms] Fix VC6 compilation issues. Bug 332209, r=neil+doronr
This commit is contained in:
parent
a9d429c492
commit
562535aaf7
@ -196,12 +196,13 @@ public:
|
||||
|
||||
public:
|
||||
iterator();
|
||||
iterator(const nsXFormsControlListItem::iterator&);
|
||||
iterator(const iterator&);
|
||||
iterator operator=(nsXFormsControlListItem*);
|
||||
bool operator!=(const nsXFormsControlListItem*);
|
||||
iterator operator++();
|
||||
nsXFormsControlListItem* operator*();
|
||||
};
|
||||
friend class nsXFormsControlListItem::iterator;
|
||||
|
||||
/** The begining position for the node (itself) */
|
||||
nsXFormsControlListItem* begin();
|
||||
|
Loading…
Reference in New Issue
Block a user