mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Mark remaining classes const
This commit is contained in:

committed by
cgzones

parent
5cc20e7cb2
commit
7af06659e2
@ -16,7 +16,7 @@ in the source distribution for its full text.
|
||||
#include <mach/mach.h>
|
||||
|
||||
|
||||
ProcessClass DarwinProcess_class = {
|
||||
const ProcessClass DarwinProcess_class = {
|
||||
.super = {
|
||||
.extends = Class(Process),
|
||||
.display = Process_display,
|
||||
|
Reference in New Issue
Block a user