diff options
author | Adam Tkac <atkac@redhat.com> | 2013-01-23 13:55:46 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2013-01-23 13:55:46 +0000 |
commit | 8ac4b30fe93c7bd0ce54e0d5caebce82151393bd (patch) | |
tree | a0b3953b575959706f1c6980ad9c43828075fc34 /vncviewer/ServerDialog.h | |
parent | e7370bd3dc96c68dc078d914cc5085795798d0ce (diff) | |
download | tigervnc-8ac4b30fe93c7bd0ce54e0d5caebce82151393bd.tar.gz tigervnc-8ac4b30fe93c7bd0ce54e0d5caebce82151393bd.zip |
Re-add the "-via" parameter support on UNIX platforms.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5032 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/ServerDialog.h')
-rw-r--r-- | vncviewer/ServerDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/ServerDialog.h b/vncviewer/ServerDialog.h index 402d8ba8..e023659c 100644 --- a/vncviewer/ServerDialog.h +++ b/vncviewer/ServerDialog.h @@ -29,7 +29,7 @@ protected: ~ServerDialog(); public: - static const char *run(const char* servername); + static void run(const char* servername, char *newservername); protected: static void handleOptions(Fl_Widget *widget, void *data); |