]> git.saurik.com Git - android/aapt.git/commit
Use direct reference to enum in AaptAssets
authorKenny Root <kroot@google.com>
Fri, 19 Feb 2010 20:45:48 +0000 (12:45 -0800)
committerKenny Root <kroot@google.com>
Fri, 19 Feb 2010 20:45:48 +0000 (12:45 -0800)
commit491d9ef01e52e62a426bc963fc9c79e9703459ee
tree1299f5bb2451ce770101ea69cd06ae1b4dd67b62
parent6ceb361b2876b8b4fecbe56cacc187433ba3a0b4
Use direct reference to enum in AaptAssets

The second argument to the getNavHiddenName can be NULL, so use a direct
reference to the class to get the enum values instead of the argument.

Change-Id: I0444572c23cb4de9e7da15a8310a49cf4619bb15
AaptAssets.cpp