diff options
author | Pierre Ossman <ossman@cendio.se> | 2011-07-12 15:54:25 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2011-07-12 15:54:25 +0000 |
commit | 39ceb508884c437f8d40d411b6ae68a70b908391 (patch) | |
tree | ba48218f731b4079c670e1c155513a02cc752be2 /vncviewer/ServerDialog.cxx | |
parent | 240a5ff88f18a2ca85faa384d26f4dcd39f99860 (diff) | |
download | tigervnc-39ceb508884c437f8d40d411b6ae68a70b908391.tar.gz tigervnc-39ceb508884c437f8d40d411b6ae68a70b908391.zip |
Create a proper header file for the exported functions from vncviewer.cxx.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4579 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/ServerDialog.cxx')
-rw-r--r-- | vncviewer/ServerDialog.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vncviewer/ServerDialog.cxx b/vncviewer/ServerDialog.cxx index e65cbadb..9d0d1572 100644 --- a/vncviewer/ServerDialog.cxx +++ b/vncviewer/ServerDialog.cxx @@ -26,8 +26,7 @@ #include "OptionsDialog.h" #include "fltk_layout.h" #include "i18n.h" - -extern void about_vncviewer(); +#include "vncviewer.h" ServerDialog::ServerDialog() : Fl_Window(400, 112, _("VNC Viewer: Connection Details")) |