add initial bulk run from pre-commit over all files
This commit is contained in:
@@ -29,11 +29,10 @@
|
||||
|
||||
#include <ColTypeDate.h>
|
||||
|
||||
class ColumnDue : public ColumnTypeDate
|
||||
{
|
||||
public:
|
||||
ColumnDue ();
|
||||
void setStyle (const std::string&);
|
||||
class ColumnDue : public ColumnTypeDate {
|
||||
public:
|
||||
ColumnDue();
|
||||
void setStyle(const std::string&);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user