~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/user.h

mergeĀ lp:~stewart/drizzle/cppcheck-by-reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    password_type(NONE)
51
51
  { }
52
52
 
53
 
  User(const std::string username_arg):
 
53
  User(const std::string &username_arg):
54
54
    password_type(NONE),
55
55
    _user(username_arg),
56
56
    _address("")