diff src/unwind-prot.cc @ 3549:03025e79d8b9

[project @ 2000-02-03 01:28:24 by jwe]
author jwe
date Thu, 03 Feb 2000 01:30:02 +0000
parents b80bbb43a1a9
children 6e86256e9c54
line wrap: on
line diff
--- a/src/unwind-prot.cc	Thu Feb 03 01:17:21 2000 +0000
+++ b/src/unwind-prot.cc	Thu Feb 03 01:30:02 2000 +0000
@@ -124,7 +124,7 @@
   type_tag = string_type;
   gen_ptr = p;
   str_value = new std::string (v);
-  size = sizeof (string);  // Is this necessary?
+  size = sizeof (std::string);  // Is this necessary?
 }
 
 saved_variable::saved_variable (void **p, void *v)