diff --git a/checkin_notes b/checkin_notes index 7a02643738..4c60385902 100755 --- a/checkin_notes +++ b/checkin_notes @@ -13866,3 +13866,9 @@ David 29 Dec 2006 user.inc user/ team_email_list.php + +David 29 Dec 2006 + - fix compile warnings in sched code + + db/ + db_base.h diff --git a/db/db_base.h b/db/db_base.h index 745e7e74fe..876a25a9fc 100644 --- a/db/db_base.h +++ b/db/db_base.h @@ -79,6 +79,7 @@ public: class DB_BASE { public: DB_BASE(const char *table_name, DB_CONN*); + virtual ~DB_BASE(){} int insert(); int insert_batch(std::string&); int update();