mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-29 21:43:55 +08:00
Fix a "class <-> struct" warning with clang++
This commit is contained in:
parent
909d24cde6
commit
ebba30d671
2
proc.h
2
proc.h
|
@ -204,7 +204,7 @@ class process_t
|
||||||
int count_help_magic;
|
int count_help_magic;
|
||||||
|
|
||||||
/** Next process in pipeline. We own this and we are responsible for deleting it. */
|
/** Next process in pipeline. We own this and we are responsible for deleting it. */
|
||||||
struct process_t *next;
|
process_t *next;
|
||||||
#ifdef HAVE__PROC_SELF_STAT
|
#ifdef HAVE__PROC_SELF_STAT
|
||||||
/** Last time of cpu time check */
|
/** Last time of cpu time check */
|
||||||
struct timeval last_time;
|
struct timeval last_time;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user