~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/show.h

update

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
  {
32
32
  }
33
33
 
34
 
  bool visable() { return false; }
 
34
  bool visible() const { return false; }
35
35
 
36
36
  class Generator : public drizzled::plugin::TableFunction::Generator 
37
37
  {