mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-06 21:05:37 +00:00
Bug 1065668 - Fix more bad implicit ctors in profiler; r=BenWa
This commit is contained in:
parent
7bee1eeb55
commit
a23b1f37d8
@ -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