]> git.cworth.org Git - apitrace/blobdiff - trace_model.hpp
Fix and cleanup state lookups on frames.
[apitrace] / trace_model.hpp
index a2847547421f8972666681d0784882192e2fb628..a74508efc5e0a0fc2411f9fe19b3e1aea070beda 100644 (file)
@@ -190,6 +190,7 @@ class String : public Value
 {
 public:
     String(const char * _value) : value(_value) {}
+    ~String();
 
     bool toBool(void) const;
     const char *toString(void) const;