src/Palete/SymbolFileCollection.vala
authorAlan <alan@roojs.com>
Wed, 8 May 2024 08:07:01 +0000 (16:07 +0800)
committerAlan <alan@roojs.com>
Wed, 8 May 2024 08:07:01 +0000 (16:07 +0800)
src/Palete/SymbolFileCollection.vala

index 3790b37..13aebbe 100644 (file)
@@ -5,7 +5,7 @@ namespace Palete {
                public Gee.HashMap<string, SymbolFile>? files = null;
                public Gee.HashMap<int, SymbolFile>? files_ids = null;
                public string  file_ids {
-                       get {
+                       owned get {
                                string[] ret = {};
                                foreach(var f in this.files.values) {
                                        ret += f.id.to_string();