gdl/gdl-0.9rc2-20090224-friend.patch
2009-02-25 18:40:52 +00:00

12 lines
367 B
Diff

--- gdl-0.9rc2-20090224/src/envt.hpp.friend 2008-06-10 14:43:43.000000000 -0600
+++ gdl-0.9rc2-20090224/src/envt.hpp 2009-02-25 11:38:48.000000000 -0700
@@ -162,6 +162,8 @@
if( ix >= env.size()) return false;
return ( env.Env( ix) != NULL);
}
+
+ friend class DInterpreter;
};
// for UD subroutines (written in GDL) ********************************