Index: src/GenPoly/GenPoly.cc
===================================================================
--- src/GenPoly/GenPoly.cc	(revision 189243cfaff5225ff3efc85e4584d03a44e8583c)
+++ src/GenPoly/GenPoly.cc	(revision 9554d9b8896c38886ce2b6bb9384a2f1927f81d6)
@@ -10,5 +10,5 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Rob Schluntz
-// Last Modified On : Mon May 02 14:53:33 2016
+// Last Modified On : Wed May 25 13:39:21 2016
 // Update Count     : 13
 //
@@ -185,4 +185,6 @@
 			if ( VariableExpr *varExpr = dynamic_cast< VariableExpr* >( expr ) ) {
 				return varExpr;
+			} else if ( MemberExpr *memberExpr = dynamic_cast< MemberExpr* >( expr ) ) {
+				expr = memberExpr->get_aggregate();
 			} else if ( AddressExpr *addressExpr = dynamic_cast< AddressExpr* >( expr ) ) {
 				expr = addressExpr->get_arg();
