From c89feb5ad1b03834128356b1bdac4743193589d3 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Wed, 9 Dec 2020 12:53:15 -0500 Subject: [PATCH] 2020-12-09 Fred Gleason * Fixed a typo in 'lib/rdcart.h' that broke the build. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ lib/rdcart.h | 1 + 2 files changed, 3 insertions(+) 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;