зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1065668 - Fix more bad implicit ctors in profiler; r=BenWa
This commit is contained in:
Родитель
7bee1eeb55
Коммит
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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче