mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1065668 - Fix more bad implicit ctors in profiler; r=BenWa
This commit is contained in:
parent
fdd84ef8fd
commit
4ad5837ddb
@ -156,7 +156,7 @@ private:
|
||||
class TouchDataPayload : public ProfilerMarkerPayload
|
||||
{
|
||||
public:
|
||||
TouchDataPayload(const mozilla::ScreenIntPoint& aPoint);
|
||||
explicit TouchDataPayload(const mozilla::ScreenIntPoint& aPoint);
|
||||
virtual ~TouchDataPayload() {}
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user