Fix minor build warning

pull/1/head
Timothy Pearson 11 years ago
parent e55243917c
commit ccd04ffcc2

@ -24,8 +24,8 @@ const TQString VncHostPref::VncType = "VNC";
VncHostPref::VncHostPref(TDEConfig *conf, const TQString &host, const TQString &type) :
HostPref(conf, host, type),
m_quality(0),
m_useTDEWallet(true),
m_askOnConnect(true) {
m_askOnConnect(true),
m_useTDEWallet(true) {
}
VncHostPref::~VncHostPref() {

Loading…
Cancel
Save