X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fsampler.h;fp=source%2Fcore%2Fsampler.h;h=f68f1a16183545c315a224017bd7b1ddd292adae;hb=fcde8390ad577fe434dcd4b29e0f410d29f867c9;hp=79aea8f8b76621f6ed9f5e5f44d0df08bf84aa0d;hpb=7f0e08f04536bf42b8f64e7dff5cc3e18b916c7b;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 &); };