~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/row.h

  • Committer: Brian Aker
  • Date: 2010-01-12 21:04:27 UTC
  • mfrom: (1259.6.3 hash_algorithm)
  • Revision ID: brian@gaz-20100112210427-ynafptc9b1jnv4d3
Merge Joe

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_ITEM_ROW_H
21
21
#define DRIZZLED_ITEM_ROW_H
22
22
 
 
23
#include "drizzled/item.h"
 
24
 
23
25
class Item_row: public Item
24
26
{
25
27
  Item **items;