diff options
| author | Jan Sucan <jan@jansucan.com> | 2025-01-27 11:40:25 +0100 |
|---|---|---|
| committer | Ján Sučan <jan@jansucan.com> | 2025-01-27 15:22:36 +0100 |
| commit | aae2c5d151be25c1a480c2cbc2906412261f5674 (patch) | |
| tree | 308fe8165301e8fd5166cce78e48129890304e0d /src/options.h | |
| parent | 67cb1e0442a431fd07aa755fc390651d6986bd35 (diff) | |
Use camel case for a method name
Diffstat (limited to 'src/options.h')
| -rw-r--r-- | src/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h index 4aa359a..60c90d7 100644 --- a/src/options.h +++ b/src/options.h @@ -96,7 +96,7 @@ class Parser static bool isOperation(int argc, char **argv, std::string_view operationName); - static int parse_unsigned(const char *const arg, uint32_t *const value); + static int parseUnsigned(const char *const arg, uint32_t *const value); }; } // namespace Options |
