summaryrefslogtreecommitdiffstats
path: root/src/comment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/comment.h')
-rw-r--r--src/comment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comment.h b/src/comment.h
index 762caea..9176763 100644
--- a/src/comment.h
+++ b/src/comment.h
@@ -37,7 +37,7 @@ namespace BibTeX
bool useCommand() const;
void setUseCommand( bool useCommand );
- bool containsPattern( const TQString& pattern, EntryField::FieldType fieldType = EntryField::ftUnknown, FilterType filterType = BibTeX::Element::ftExact, bool caseSensitive = FALSE ) const;
+ bool containsPattern( const TQString& pattern, EntryField::FieldType fieldType = EntryField::ftUnknown, FilterType filterType = BibTeX::Element::ftExact, bool caseSensitive = false ) const;
Element* clone();
private: