mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:30:28 +08:00
Mark Dup2List as a struct, not a class
Fixes clang warnings "class 'Dup2List' was previously declared as a struct."
This commit is contained in:
parent
5a76c7d3b1
commit
15c3698258
|
@ -15,7 +15,7 @@
|
|||
#include "common.h"
|
||||
#include "maybe.h"
|
||||
|
||||
class Dup2List;
|
||||
struct Dup2List;
|
||||
using dup2_list_t = Dup2List;
|
||||
class job_t;
|
||||
class process_t;
|
||||
|
|
Loading…
Reference in New Issue
Block a user