summaryrefslogtreecommitdiff
path: root/src/win95/obchunk.cpp
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.si>2020-04-22 02:36:36 +0200
committerTimotej Lazar <timotej.lazar@araneo.si>2020-05-30 02:32:30 +0200
commitc4409487fdb2822309b9d8cf79bcd7d3895b8390 (patch)
treea1ee3d42957601787121e8784dc7f8088b70a9ce /src/win95/obchunk.cpp
parent8ddbab1cc2ea2f1728db5e584a7dd16a9b9df6b1 (diff)
Const correct (most) strings
At least those cases that are reported by gcc and/or clang.
Diffstat (limited to 'src/win95/obchunk.cpp')
-rw-r--r--src/win95/obchunk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win95/obchunk.cpp b/src/win95/obchunk.cpp
index 2222370..c16f45f 100644
--- a/src/win95/obchunk.cpp
+++ b/src/win95/obchunk.cpp
@@ -175,7 +175,7 @@ const char * Object_Chunk::get_head_id()
return(hdptr->identifier);
}
-void Object_Chunk::set_lock_user (char * user)
+void Object_Chunk::set_lock_user (const char * user)
{
Object_Header_Chunk * hdptr = get_header();