diff options
author | Daw11 <davidebusterna@gmail.com> | 2019-04-22 15:13:37 +0200 |
---|---|---|
committer | Daw11 <davidebusterna@gmail.com> | 2019-04-22 15:15:09 +0200 |
commit | f104731b81f9a16fdc809fdc06db725df3d1c383 (patch) | |
tree | 3bc4c8c24bc56fad024020984d5e311dd26c02cb /main/performance.cpp | |
parent | 886afa9b7692bc263cf96c03882760521b74b942 (diff) |
Add missing enum value to Performance::get_monitor_type
Diffstat (limited to 'main/performance.cpp')
-rw-r--r-- | main/performance.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/performance.cpp b/main/performance.cpp index 6618451894..71cd94aeab 100644 --- a/main/performance.cpp +++ b/main/performance.cpp @@ -188,6 +188,7 @@ Performance::MonitorType Performance::get_monitor_type(Monitor p_monitor) const MONITOR_TYPE_QUANTITY, MONITOR_TYPE_QUANTITY, MONITOR_TYPE_QUANTITY, + MONITOR_TYPE_QUANTITY, MONITOR_TYPE_MEMORY, MONITOR_TYPE_MEMORY, MONITOR_TYPE_MEMORY, |