layers: Fix 32-bit Windows build
authorDustin Graves <dustin@lunarg.com>
Wed, 6 Apr 2016 22:47:10 +0000 (16:47 -0600)
committerDustin Graves <dustin@lunarg.com>
Wed, 6 Apr 2016 22:47:10 +0000 (16:47 -0600)
commit56a359dee652b78d2e7fd4a344e3f9244e29e112
tree76aed4a4b036be9d0c25795f27ff97aed0a521e1
parent3445572c5f5ad564b64c9737dd4ec857e68d1c39
layers: Fix 32-bit Windows build

Change reinterpret_cast<uint64_t> to reinterpret_cast<uint64_t&>.

Change-Id: I87b8479df6ba7f93b922bab11edbbf6c4fbfe7f6
layers/core_validation.cpp