st/mesa: fix struct vs. class compilation warning
authorBrian Paul <brianp@vmware.com>
Thu, 12 Jan 2012 15:28:20 +0000 (08:28 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 12 Jan 2012 15:29:16 +0000 (08:29 -0700)
commit9f2963b631cb2a2899fcb0eb384895fd33f9821d
treee393e36c8886a541185b6f4af7268336da67165d
parent3e044bcc4b2fcf9418f5a8fb682c8fab3bc454e9
st/mesa: fix struct vs. class compilation warning

glsl_to_tgsi_visitor is earlier defined as a class, not a struct.
Fixes MSVC warning.

NOTE: This is a candidate for the 8.0 branch.
src/mesa/state_tracker/st_glsl_to_tgsi.cpp