~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/timestamp.h

Updated an include guard thanks to a nice catch during code review from Jay. Thanks Jay!

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <drizzled/field/str.h>
25
25
 
26
 
namespace drizzled
27
 
{
28
 
 
29
26
class TableShare;
30
27
typedef struct charset_info_st CHARSET_INFO;
31
28
 
75
72
  timestamp_auto_set_type get_auto_set_type() const;
76
73
};
77
74
 
78
 
} /* namespace drizzled */
79
 
 
80
75
#endif /* DRIZZLED_FIELD_TIMESTAMP_H */
81
76