X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fbuffer.h;h=7ef846681a8d487a693ac59e177fee3e68cec970;hp=47cab8cd5646e2c3842f641bd31dcb4c418aaf6f;hb=fcde8390ad577fe434dcd4b29e0f410d29f867c9;hpb=7f0e08f04536bf42b8f64e7dff5cc3e18b916c7b diff --git a/source/core/buffer.h b/source/core/buffer.h index 47cab8cd..7ef84668 100644 --- a/source/core/buffer.h +++ b/source/core/buffer.h @@ -130,6 +130,9 @@ public: private: static const Buffer *&binding(BufferType); static bool set_current(BufferType, const Buffer *); + +public: + void set_debug_name(const std::string &); };