]> git.saurik.com Git - android/aapt.git/commit
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)
commit18a923f694a1bce5729f66c1c9a3ffe7c76dc221
treebfd78dd6feb91f1a70e4cf0a2a734292f8cc263f
parent65e6371ed104cb80ea8a0cee0f31c07362bc1fff
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
AaptAssets.cpp