summaryrefslogtreecommitdiffstats
path: root/src/CodeParser/CParser
diff options
context:
space:
mode:
Diffstat (limited to 'src/CodeParser/CParser')
-rw-r--r--src/CodeParser/CParser/CParser.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CodeParser/CParser/CParser.ts b/src/CodeParser/CParser/CParser.ts
index b9219c7..9ec7e14 100644
--- a/src/CodeParser/CParser/CParser.ts
+++ b/src/CodeParser/CParser/CParser.ts
@@ -113,7 +113,7 @@ export default class CParser implements ICodeParser {
/**
* @inheritdoc
*/
- public Parse(activeEdit: TextEditor, event: TextDocumentContentChangeEvent): IDocGen {
+ public Parse(activeEdit: TextEditor): IDocGen {
this.activeEditor = activeEdit;
this.activeSelection = this.activeEditor.selection.active;