~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/field.h

  • Committer: Brian Aker
  • Date: 2009-02-07 22:33:25 UTC
  • Revision ID: brian@tangent.org-20090207223325-5ipgldvw1pkghboq
typdef class removal (just... use the name of the class).

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
 
115
115
  friend class Item_default_value;
116
116
  friend class Item_insert_value;
117
 
  friend class Select_Lex_unit;
 
117
  friend class Select_Lex_Unit;
118
118
};
119
119
 
120
120
#endif /* DRIZZLED_ITEM_FIELD_H */