diff --git a/ChangeLog b/ChangeLog index 6635feb9..d7735ef2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20671,3 +20671,5 @@ * Fixed a bug in the 'Webget' service that caused it to automatically unique-ify the title even when 'Auto-Correct Duplicate Cart Titles' in rdadmin(1) was unchecked. +2020-12-09 Fred Gleason + * Fixed a typo in 'lib/rdcart.h' that broke the build. diff --git a/lib/rdcart.h b/lib/rdcart.h index 3bfa807b..d62bd26e 100644 --- a/lib/rdcart.h +++ b/lib/rdcart.h @@ -182,6 +182,7 @@ class RDCart int GetNextFreeCut() const; RDCut::Validity ValidateCut(RDSqlQuery *q,bool enforce_length, unsigned length,bool *time_ok) const; + QString VerifyTitle(const QString &title) const; void SetRow(const QString ¶m,const QString &value) const; void SetRow(const QString ¶m,unsigned value) const; void SetRow(const QString ¶m,const QDateTime &value) const;