From 60b3fc01a2377e51d5d8acb497c75f41daf14030 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 11 Sep 2015 14:50:10 -0400 Subject: General: Replace NULL and '0' usages with nullptr where applicable --- src/citra_qt/debugger/profiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/citra_qt/debugger/profiler.h') diff --git a/src/citra_qt/debugger/profiler.h b/src/citra_qt/debugger/profiler.h index 2199eaef1..85c27a43e 100644 --- a/src/citra_qt/debugger/profiler.h +++ b/src/citra_qt/debugger/profiler.h @@ -37,7 +37,7 @@ class ProfilerWidget : public QDockWidget Q_OBJECT public: - ProfilerWidget(QWidget* parent = 0); + ProfilerWidget(QWidget* parent = nullptr); private slots: void setProfilingInfoUpdateEnabled(bool enable); -- cgit v1.2.3