diff options
Diffstat (limited to 'src/system-stats/common.h')
-rw-r--r-- | src/system-stats/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system-stats/common.h b/src/system-stats/common.h index b3984fb..230690d 100644 --- a/src/system-stats/common.h +++ b/src/system-stats/common.h @@ -5,7 +5,7 @@ #include <filesystem> #define APP_VERSION "2.2" -#define APP_NAME "stat-monitor" +#define APP_NAME "system-stats" using refstream = std::reference_wrapper<std::ostream>; |