diff options
| author | 2015-09-11 14:50:10 -0400 | |
|---|---|---|
| committer | 2015-09-11 14:59:49 -0400 | |
| commit | 60b3fc01a2377e51d5d8acb497c75f41daf14030 (patch) | |
| tree | e6f64223500d6f579a924b1c53b6a20813abf1ee /src/citra_qt/debugger/ramview.h | |
| parent | Merge pull request #1141 from lioncash/hdr (diff) | |
| download | yuzu-60b3fc01a2377e51d5d8acb497c75f41daf14030.tar.gz yuzu-60b3fc01a2377e51d5d8acb497c75f41daf14030.tar.xz yuzu-60b3fc01a2377e51d5d8acb497c75f41daf14030.zip | |
General: Replace NULL and '0' usages with nullptr where applicable
Diffstat (limited to 'src/citra_qt/debugger/ramview.h')
| -rw-r--r-- | src/citra_qt/debugger/ramview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/ramview.h b/src/citra_qt/debugger/ramview.h index 18423036f..0ef74586b 100644 --- a/src/citra_qt/debugger/ramview.h +++ b/src/citra_qt/debugger/ramview.h | |||
| @@ -9,7 +9,7 @@ class GRamView : public QHexEdit | |||
| 9 | Q_OBJECT | 9 | Q_OBJECT |
| 10 | 10 | ||
| 11 | public: | 11 | public: |
| 12 | GRamView(QWidget* parent = NULL); | 12 | GRamView(QWidget* parent = nullptr); |
| 13 | 13 | ||
| 14 | public slots: | 14 | public slots: |
| 15 | void OnCPUStepped(); | 15 | void OnCPUStepped(); |