mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-28 04:35:09 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "maybe.h"
|
#include "maybe.h"
|
||||||
|
|
||||||
class Dup2List;
|
struct Dup2List;
|
||||||
using dup2_list_t = Dup2List;
|
using dup2_list_t = Dup2List;
|
||||||
class job_t;
|
class job_t;
|
||||||
class process_t;
|
class process_t;
|
||||||
|
|
Loading…
Reference in a new issue