~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/errmsg_stderr/errmsg_stderr.cc

  • Committer: Stewart Smith
  • Date: 2011-01-14 05:20:34 UTC
  • mto: (2086.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2087.
  • Revision ID: stewart@flamingspork.com-20110114052034-b45vpdmk4a8l70c2
just a syntax fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
};
56
56
 
57
57
static Error_message_stderr *handler= NULL;
58
 
static int errmsg_stderr_plugin_init(plugin::Context &context)
 
58
static int errmsg_stderr_plugin_init(module::Context &context)
59
59
{
60
60
  handler= new Error_message_stderr();
61
61
  context.add(handler);