diff src/ov-class.h @ 10926:f687bd17ce21

fix field assignment from private class methods
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 31 Aug 2010 08:04:05 +0200
parents 8a868004a437
children fd0a3ac60b0e
line wrap: on
line diff
--- a/src/ov-class.h	Mon Aug 30 19:03:25 2010 -0400
+++ b/src/ov-class.h	Tue Aug 31 08:04:05 2010 +0200
@@ -200,6 +200,7 @@
   std::list<std::string> parent_list;
 
   bool in_class_method (void);
+  std::string get_current_method_class (void);
 
   int obsolete_copies;