summaryrefslogtreecommitdiffstats
path: root/src/sql/tqsqlrecord.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/tqsqlrecord.h')
-rw-r--r--src/sql/tqsqlrecord.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/tqsqlrecord.h b/src/sql/tqsqlrecord.h
index bf0d981d8..cc77dcb78 100644
--- a/src/sql/tqsqlrecord.h
+++ b/src/sql/tqsqlrecord.h
@@ -98,7 +98,7 @@ public:
bool isEmpty() const;
bool contains( const TQString& name ) const;
virtual void clear();
- virtual void clearValues( bool nullify = FALSE );
+ virtual void clearValues( bool nullify = false );
uint count() const;
virtual TQString toString( const TQString& prefix = TQString::null,
const TQString& sep = "," ) const;