~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/cache_row.cc

  • Committer: Nathan Williams
  • Date: 2009-06-05 23:18:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1063.
  • Revision ID: nathanlws@gmail.com-20090605231855-8ea4406867is6grf
No actual code changes. Changed Send_field to SendField to be consistent with coding standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <drizzled/item/cache_row.h>
26
26
 
27
27
 
28
 
void Item_cache_row::make_field(Send_field *)
 
28
void Item_cache_row::make_field(SendField *)
29
29
{
30
30
  illegal_method_call((const char*)"make_field");
31
31
}