summaryrefslogtreecommitdiff
path: root/Applications/SystemMonitor/ProcessStacksWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Applications/SystemMonitor/ProcessStacksWidget.h')
-rw-r--r--Applications/SystemMonitor/ProcessStacksWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/SystemMonitor/ProcessStacksWidget.h b/Applications/SystemMonitor/ProcessStacksWidget.h
index fb7cac94dd..1779d1498d 100644
--- a/Applications/SystemMonitor/ProcessStacksWidget.h
+++ b/Applications/SystemMonitor/ProcessStacksWidget.h
@@ -17,6 +17,6 @@ public:
private:
pid_t m_pid { -1 };
- GTextEditor* m_stacks_editor { nullptr };
+ ObjectPtr<GTextEditor> m_stacks_editor;
ObjectPtr<CTimer> m_timer;
};