From: Kenny Root Date: Thu, 18 Feb 2010 16:54:47 +0000 (-0800) Subject: Fix enum reference X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/18a923f694a1bce5729f66c1c9a3ffe7c76dc221?hp=18a923f694a1bce5729f66c1c9a3ffe7c76dc221 Fix enum reference Was using argument that is set default to NULL as a shortcut to an enum's value. Change it to reference to class directly to avoid a null pointer dereference. Change-Id: I16b8ee15af4f095f027113131d574b70768994b0 ---