Skip to content

Commit aab89a7

Browse files
jeremypwdanirabbit
andauthored
Declare CtagsSymbol is a SymbolItem (#1635)
Co-authored-by: Danielle Foré <[email protected]>
1 parent 42872b0 commit aab89a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SymbolPane/C/CtagsSymbol.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
*/
1818

19-
public class Scratch.Services.CtagsSymbol : Code.Widgets.SourceList.ExpandableItem {
19+
public class Scratch.Services.CtagsSymbol : Code.Widgets.SourceList.ExpandableItem, Scratch.Services.SymbolItem {
2020
public Scratch.Services.Document doc { get; construct set; }
2121
public SymbolType symbol_type { get; set; default = SymbolType.OTHER; }
2222
public int line { get; construct set; }

0 commit comments

Comments
 (0)