X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fbuiltin.cpp;h=217509a20b74c61e83091feda6dc856dd9a3cfcc;hp=8e18d6eb97d031e5f0becbef55a01c0fc782a22e;hb=HEAD;hpb=e9a898f315b5d1396f196d785913a283c30940f2 diff --git a/source/glsl/builtin.cpp b/source/glsl/builtin.cpp index 8e18d6eb..217509a2 100644 --- a/source/glsl/builtin.cpp +++ b/source/glsl/builtin.cpp @@ -10,7 +10,7 @@ namespace Msp { namespace GL { namespace SL { -void add_builtin_type(Stage &stage, const std::string &name, BasicTypeDeclaration::Kind kind, unsigned size, unsigned sign) +void add_builtin_type(Stage &stage, const string &name, BasicTypeDeclaration::Kind kind, unsigned size, unsigned sign) { RefPtr type = new BasicTypeDeclaration; type->source = BUILTIN_SOURCE;