diff options
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r-- | protocols/Tox/src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index fa3728896b..24ff0df963 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -75,7 +75,7 @@ struct ItemInfo int SelNumber;
};
-extern HWND hAddNodeDlg;
+extern HWND hAddNodeDlg, hChangeNodeDlg;
int OptInit(WPARAM wParam, LPARAM lParam);
int PreShutdown(WPARAM wParam, LPARAM lParam);
|