mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix warning on GCC 4.0.1. No bug, r=jorendorff.
This commit is contained in:
parent
bdd7ba704a
commit
e347ae1b1b
@ -1641,6 +1641,7 @@ class FlatMatch
|
||||
friend class RegExpGuard;
|
||||
|
||||
public:
|
||||
FlatMatch() : patstr(NULL) {} /* Old GCC wants this initialization. */
|
||||
JSString *pattern() const { return patstr; }
|
||||
size_t patternLength() const { return patlen; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user