X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fbuffer.h;h=7ef846681a8d487a693ac59e177fee3e68cec970;hb=e03a752116ab28283bf89dddf1228804cc853a7b;hp=47cab8cd5646e2c3842f641bd31dcb4c418aaf6f;hpb=a061bbfa87391ddea42c6220c1e17054d5b6b0c8;p=libs%2Fgl.git 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 &); };