diff options
| author | Timotej Lazar <timotej.lazar@araneo.si> | 2020-04-22 02:36:36 +0200 |
|---|---|---|
| committer | Timotej Lazar <timotej.lazar@araneo.si> | 2020-05-30 02:32:30 +0200 |
| commit | c4409487fdb2822309b9d8cf79bcd7d3895b8390 (patch) | |
| tree | a1ee3d42957601787121e8784dc7f8088b70a9ce /src/win95/envchunk.hpp | |
| parent | 8ddbab1cc2ea2f1728db5e584a7dd16a9b9df6b1 (diff) | |
Const correct (most) strings
At least those cases that are reported by gcc and/or clang.
Diffstat (limited to 'src/win95/envchunk.hpp')
| -rw-r--r-- | src/win95/envchunk.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win95/envchunk.hpp b/src/win95/envchunk.hpp index 445a700..6a5a134 100644 --- a/src/win95/envchunk.hpp +++ b/src/win95/envchunk.hpp @@ -23,7 +23,7 @@ public: BOOL file_equals (HANDLE &); const char * get_head_id(); - void set_lock_user(char *); + void set_lock_user(const char *); void post_input_processing(); |
