mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1188209 - Fix more constructors in memory; r=njn
This commit is contained in:
parent
2049272173
commit
504fdad16c
@ -126,7 +126,7 @@ public:
|
||||
|
||||
/* Constructor for string literals. */
|
||||
template <size_t Size>
|
||||
Buffer(const char (&aStr)[Size])
|
||||
explicit Buffer(const char (&aStr)[Size])
|
||||
: mBuf(aStr), mLength(Size - 1)
|
||||
{}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user