]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/sequence.cpp
Minor, largely cosmetic tweaks
[libs/gl.git] / source / render / sequence.cpp
index 74b8bc3b0b4fe9a6835d9f5fab5326dddcc62fe3..e2986a249904a8c1fae136c6ef90e21a6d5c26bb 100644 (file)
@@ -12,7 +12,7 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
-Tag Sequence::noclear_tag = "noclear";
+const Tag Sequence::noclear_tag = "noclear";
 
 Sequence::Sequence(unsigned w, unsigned h, const FrameFormat &f):
        width(w),