blob: 89e34f9cea033ed9ed886a715b8e606e3b5a7104 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/include/projdesc.h.orig Sun Feb 27 12:46:06 2000
+++ src/include/projdesc.h Sun Feb 27 12:46:30 2000
@@ -347,7 +347,7 @@
/* Illegal. */
ProjectDescriptor(const ProjectDescriptor&);
- operator=(const ProjectDescriptor&);
+ void operator=(const ProjectDescriptor&);
/* Parsing. */
int prj_lookup_hash (const char *str, int len);
|