Commit a0c18434 by Geoff Lang

Fix stray ANGLE_EXPORT.

BUG=angle:733 Change-Id: Ia4a84bea483ac11a2326d2402649affe10d661c9 Reviewed-on: https://chromium-review.googlesource.com/232942Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 9d9132df
......@@ -6,13 +6,12 @@
// queryconversions.h: Declaration of state query cast conversions
namespace gl
{
// The GL state query API types are: bool, int, uint, float, int64
template <typename QueryT>
ANGLE_EXPORT void CastStateValues(Context *context, GLenum nativeType, GLenum pname,
unsigned int numParams, QueryT *outParams);
void CastStateValues(Context *context, GLenum nativeType, GLenum pname,
unsigned int numParams, QueryT *outParams);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment