Skip to content

Commit 58f6d23

Browse files
committed
Patch missing ; from merge
- this commit kept separate to save a potential conflict / git confusion with joce's repo
1 parent b90501a commit 58f6d23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NppPlugin/include/StaticDialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class StaticDialog : public Window
4040
{
4141
public :
4242
StaticDialog(){}
43-
~StaticDialog()
43+
~StaticDialog();
4444

4545
virtual void create(int dialogID, bool isRTL = false);
4646

0 commit comments

Comments
 (0)