]> git.saurik.com Git - android/aapt.git/commitdiff
Fix enum reference
authorKenny Root <kroot@google.com>
Thu, 18 Feb 2010 16:54:47 +0000 (08:54 -0800)
committerKenny Root <kroot@google.com>
Thu, 18 Feb 2010 16:54:47 +0000 (08:54 -0800)
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


No differences found