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
8e5f2e2313
commit
665fd8a1d1
@ -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