summaryrefslogtreecommitdiffstats
path: root/client/red_client.h
diff options
context:
space:
mode:
authorArnon Gilboa <agilboa@redhat.com>2010-10-17 11:46:37 +0200
committerArnon Gilboa <agilboa@redhat.com>2010-10-17 11:46:37 +0200
commite8d475745105c526cc5f98ddb0c4dc2d67af8f61 (patch)
tree6b7de5217eb2278faf2d81587981236a3582c27e /client/red_client.h
parent5808a99052229b69707c0fdc0abcdf37dd6c3b60 (diff)
downloadspice-e8d475745105c526cc5f98ddb0c4dc2d67af8f61.tar.gz
spice-e8d475745105c526cc5f98ddb0c4dc2d67af8f61.tar.xz
spice-e8d475745105c526cc5f98ddb0c4dc2d67af8f61.zip
spicec: name host param
Diffstat (limited to 'client/red_client.h')
-rw-r--r--client/red_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/red_client.h b/client/red_client.h
index dd646820..ae52d9f2 100644
--- a/client/red_client.h
+++ b/client/red_client.h
@@ -227,7 +227,7 @@ public:
void activate_interval_timer(Timer* timer, unsigned int millisec);
void deactivate_interval_timer(Timer* timer);
- void set_target(const std::string&, int port, int sport);
+ void set_target(const std::string& host, int port, int sport);
void set_password(const std::string& password) { _password = password;}
void set_auto_display_res(bool auto_display_res) { _auto_display_res = auto_display_res;}
void set_display_setting(DisplaySetting& setting) { _display_setting = setting;}