X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fsampler.h;h=f68f1a16183545c315a224017bd7b1ddd292adae;hb=2d3113a7dbbe4be2f1d1e8980c1c4e42175163da;hp=79aea8f8b76621f6ed9f5e5f44d0df08bf84aa0d;hpb=96bbfddc653826ee9848c468c53bca024711a6c3;p=libs%2Fgl.git diff --git a/source/core/sampler.h b/source/core/sampler.h index 79aea8f8..f68f1a16 100644 --- a/source/core/sampler.h +++ b/source/core/sampler.h @@ -166,6 +166,8 @@ public: static void unbind_from(unsigned); void unload(); + + void set_debug_name(const std::string &); };