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