~drizzle-trunk/drizzle/development

  • Committer: Patrick Galbraith
  • Date: 2010-10-02 12:25:03 UTC
  • mto: (1817.1.2 build)
  • Revision ID: patg@patrick-galbraiths-macbook-pro.local-20101002122503-iqwve3sjzrkhczfl
Changed line 32, const  uint& y to const  uint32_t& y due to ISO C++ error

Error was:

in file included from ./drizzled/session.h:172,
                 from drizzled/table_proto_write.cc:18:
 ./drizzled/lex_column.h:32: error: expected ',' or '...' before '&' token
 ./drizzled/lex_column.h:32: error: ISO C++ forbids declaration of 'uint'
 with no type
 ./drizzled/lex_column.h: In constructor
 'drizzled::Lex_Column::Lex_Column(const drizzled::String&, int)':
 ./drizzled/lex_column.h:32: error: 'y' was not declared in this scope
Filename Latest Rev Last Changed Committer Comment Size
..
errno.h 1720.1.5 14 years ago Monty Taylor Added libdrizzle to the tree. 3.9 KB Diff Download File
poll.c 1720.1.5 14 years ago Monty Taylor Added libdrizzle to the tree. 14.1 KB Diff Download File
poll.h 1720.1.5 14 years ago Monty Taylor Added libdrizzle to the tree. 1.8 KB Diff Download File