src/Lsp.vala
[roobuilder] / src / Lsp.vala
index 4c176bb..70670b6 100644 (file)
@@ -439,7 +439,7 @@ namespace Lsp {
                        }
                }
                public string tooltip {
-                       get {
+                       owned get {
                                 return this.detail + "\nline: " + this.range.start.line.to_string();
                                
                        }