X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Ftests.cpp;fp=source%2Ftests.cpp;h=5b34bf69d9d37fc732c4f45c5ea1c55a41394be1;hb=ceae2a27dfc58310c5bab7e3aa3fedf0fa9a1f49;hp=a74400636c4b847d44bf3ca40bce53cc41f587d0;hpb=8f2430208cfa7bb9dc5bd655dde88acc21db54d2;p=libs%2Fgl.git diff --git a/source/tests.cpp b/source/tests.cpp index a7440063..5b34bf69 100644 --- a/source/tests.cpp +++ b/source/tests.cpp @@ -10,7 +10,7 @@ Distributed under the LGPL namespace Msp { namespace GL { -void scissor(int left, int bottom, sizei width, sizei height) +void scissor(int left, int bottom, unsigned width, unsigned height) { glScissor(left, bottom, width, height); }