Skip to content

Commit 0816114

Browse files
committed
Null reference fix
1 parent 0034036 commit 0816114

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ResultCreator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public class ResultCreator
1414
public ResultCreator(PluginInitContext context, OneNotePlugin oneNotePlugin)
1515
{
1616
this.context = context;
17+
this.oneNotePlugin = oneNotePlugin;
1718
notebookInfo = new OneNoteItemInfo("NotebookIcons", "notebook.png", context);
1819
sectionInfo = new OneNoteItemInfo("SectionIcons", "section.png", context);
1920
}

0 commit comments

Comments
 (0)