2020-12-09 Fred Gleason <fredg@paravelsystems.com>

* Fixed a typo in 'lib/rdcart.h' that broke the build.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2020-12-09 12:53:15 -05:00
parent 529d16d6c0
commit c89feb5ad1
2 changed files with 3 additions and 0 deletions

View File

@ -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 <fredg@paravelsystems.com>
* Fixed a typo in 'lib/rdcart.h' that broke the build.

View File

@ -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 &param,const QString &value) const;
void SetRow(const QString &param,unsigned value) const;
void SetRow(const QString &param,const QDateTime &value) const;