summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPixel <Pixel>2001-11-08 21:10:38 +0000
committerPixel <Pixel>2001-11-08 21:10:38 +0000
commit76fbf43b8600a0f1413c81344fc60a9345329613 (patch)
tree98b22d336b4e9a8b7d70f9e44b16ec409cd7c73c /lib
parent1ec64cc1bb232ceafb196c067dbdf7fb5976b39b (diff)
Bleh
Diffstat (limited to 'lib')
-rw-r--r--lib/Buffer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Buffer.cc b/lib/Buffer.cc
index 85445c6..6d0317e 100644
--- a/lib/Buffer.cc
+++ b/lib/Buffer.cc
@@ -54,7 +54,7 @@ String Buffer::GetName() {
return "Buffer";
}
-Buffer Buffer::operator=(Buffer & b) {
+Buffer Buffer::operator=(const Buffer & b) {
if (b.buffer != buffer) {
free(buffer);
realsiz = b.realsiz;