File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ namespace Getargv {
134
134
* from C or C++ could change the layout of the struct, making the C function
135
135
* that frees the buffer not work.
136
136
*/
137
- Argv (Argv& other) = delete ;
137
+ Argv (const Argv& other) = delete ;
138
138
139
139
/* * \brief This is a constructor for the Argv struct representing the args of
140
140
* pid, formatted as specified.
@@ -335,7 +335,7 @@ namespace Getargv {
335
335
* allocated from C or C++ could change the layout of the struct, making the C
336
336
* function that frees the buffers not work.
337
337
*/
338
- ArgvArgc (ArgvArgc& other) = delete ;
338
+ ArgvArgc (const ArgvArgc& other) = delete ;
339
339
340
340
/* * \brief This is a constructor for the ArgvArgc struct representing the args
341
341
* of pid.
You can’t perform that action at this time.
0 commit comments