CommandLine: convert pointer to reference
This commit is contained in:
@ -28,6 +28,6 @@ struct options {
|
||||
};
|
||||
|
||||
void
|
||||
ParseCommandLine(int argc, char **argv, struct options *options);
|
||||
ParseCommandLine(int argc, char **argv, struct options &options);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user