diff options
Diffstat (limited to 'Applications/SystemMonitor/MemoryStatsWidget.h')
-rw-r--r-- | Applications/SystemMonitor/MemoryStatsWidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Applications/SystemMonitor/MemoryStatsWidget.h b/Applications/SystemMonitor/MemoryStatsWidget.h index 18c3f7a974..e915730257 100644 --- a/Applications/SystemMonitor/MemoryStatsWidget.h +++ b/Applications/SystemMonitor/MemoryStatsWidget.h @@ -44,6 +44,7 @@ private: GraphWidget& m_graph; RefPtr<GUI::Label> m_user_physical_pages_label; + RefPtr<GUI::Label> m_user_physical_pages_committed_label; RefPtr<GUI::Label> m_supervisor_physical_pages_label; RefPtr<GUI::Label> m_kmalloc_space_label; RefPtr<GUI::Label> m_kmalloc_count_label; |