mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1122160 Follow-up to fix spelling typo in comment. rs=themaid DONTBUILD
This commit is contained in:
parent
39b048dc86
commit
c1ff242f83
@ -52,7 +52,7 @@ public:
|
||||
void operator--(int) { value--; }
|
||||
|
||||
// Do not define operator+=() or operator-=() here. These will coerce via
|
||||
// the implicit cast and built-in ooperators. Defining explicit methods here
|
||||
// the implicit cast and built-in operators. Defining explicit methods here
|
||||
// will create ambiguity the compiler can't deal with.
|
||||
|
||||
T* operator&() { return &value; }
|
||||
|
Loading…
Reference in New Issue
Block a user