We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42872b0 commit aab89a7Copy full SHA for aab89a7
src/SymbolPane/C/CtagsSymbol.vala
@@ -16,7 +16,7 @@
16
*
17
*/
18
19
-public class Scratch.Services.CtagsSymbol : Code.Widgets.SourceList.ExpandableItem {
+public class Scratch.Services.CtagsSymbol : Code.Widgets.SourceList.ExpandableItem, Scratch.Services.SymbolItem {
20
public Scratch.Services.Document doc { get; construct set; }
21
public SymbolType symbol_type { get; set; default = SymbolType.OTHER; }
22
public int line { get; construct set; }
0 commit comments