Bug 1065668 - Fix more bad implicit ctors in profiler; r=BenWa

This commit is contained in:
Ehsan Akhgari 2014-09-10 22:06:53 -04:00
Родитель 7bee1eeb55
Коммит a23b1f37d8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -156,7 +156,7 @@ private:
class TouchDataPayload : public ProfilerMarkerPayload
{
public:
TouchDataPayload(const mozilla::ScreenIntPoint& aPoint);
explicit TouchDataPayload(const mozilla::ScreenIntPoint& aPoint);
virtual ~TouchDataPayload() {}
protected: