summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2014-05-18 00:36:11 +0800
committerIru Cai <mytbk920423@gmail.com>2014-05-18 01:33:24 +0800
commitfba9594087d9f2b4e15c18766f8f18b5c8ad11c3 (patch)
tree722ae2ba87d742cbaa6533acd04a466734fe1741 /src
parentc0e442bdfdcd7eb2192fb94ace9e8726d7c4d24d (diff)
downloadfqterm-fba9594087d9f2b4e15c18766f8f18b5c8ad11c3.tar.xz
Get rid of an error in clang build.
Diffstat (limited to 'src')
-rw-r--r--src/fqterm/fqterm_frame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fqterm/fqterm_frame.cpp b/src/fqterm/fqterm_frame.cpp
index 99bb61c..c12ccf8 100644
--- a/src/fqterm/fqterm_frame.cpp
+++ b/src/fqterm/fqterm_frame.cpp
@@ -503,7 +503,7 @@ void FQTermFrame::initAdditionalActions()
//addressbook
void FQTermFrame::addressBook() {
- siteDialog siteManager(this, false);
+ siteDialog siteManager(this, 0);
if (siteManager.exec() == 1) {
newWindow(siteManager.currentParameter(), siteManager.currentSiteIndex());
}