X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftechnique.cpp;h=74cd6c311be0699e10760922452c702507458e58;hb=e20075bffbbe1f3aaa9cc149953525a7e855f496;hp=4d2377a350549e50641c0e045cc6e88f7e8c6374;hpb=be74989b0300adecc0062f701ff987cf79d1935a;p=libs%2Fgl.git diff --git a/source/technique.cpp b/source/technique.cpp index 4d2377a3..74cd6c31 100644 --- a/source/technique.cpp +++ b/source/technique.cpp @@ -119,7 +119,7 @@ void Technique::Loader::shader(const string &n) void Technique::Loader::shader_texture(const string &n) { - unsigned eqsign=n.find('='); + string::size_type eqsign=n.find('='); if(eqsign!=string::npos) { tech.textures.push_back(coll.get(n.substr(eqsign+1)));