src/Lsp.vala
authorAlan Knowles <alan@roojs.com>
Sun, 17 Mar 2024 03:26:19 +0000 (11:26 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 17 Mar 2024 03:26:19 +0000 (11:26 +0800)
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();
                                
                        }