diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-01-12 20:57:48 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-12 20:58:03 +0000 |
commit | d28ccfbcdd459d21f8791cd7a61a52a12d3adbbc (patch) | |
tree | 8ae88cd665aba4c642d0dd8ebb8ac24d9416da3c /dbaccess | |
parent | c681b22963bcfb1a34e143add9d10f81f1e35151 (diff) |
fix compile with higher debug levels
Change-Id: I95c932f94c4124ef40c67f7f270be05dfafd8f65
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/querydesign/querycontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/querycontroller.cxx b/dbaccess/source/ui/querydesign/querycontroller.cxx index d56b51b12885..e49f1af9fe04 100644 --- a/dbaccess/source/ui/querydesign/querycontroller.cxx +++ b/dbaccess/source/ui/querydesign/querycontroller.cxx @@ -182,7 +182,7 @@ namespace dbaui case SQL_NODE_NAME: { - rString += "SQL_NAME:" + "\"" + _pNode->getTokenValue() + "\""; + rString += "SQL_NAME:\"" + _pNode->getTokenValue() + "\""; break;} case SQL_NODE_STRING: |