diff options
Diffstat (limited to 'vncviewer/FTBrowseDlg.h')
-rw-r--r-- | vncviewer/FTBrowseDlg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vncviewer/FTBrowseDlg.h b/vncviewer/FTBrowseDlg.h index 716efcbb..0ebf5693 100644 --- a/vncviewer/FTBrowseDlg.h +++ b/vncviewer/FTBrowseDlg.h @@ -33,6 +33,8 @@ namespace rfb { namespace win32 { + class FTDialog; + class FTBrowseDlg { public: @@ -44,6 +46,8 @@ namespace rfb { bool create(); void destroy(); + void addItems(FileInfo *pFI); + private: HWND m_hwndDlg; FTDialog *m_pFTDlg; |