~ubuntu-branches/ubuntu/wily/unity/wily

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/PlacesHomeView.cpp

  • Committer: Alex Launi
  • Date: 2011-11-08 18:21:44 UTC
  • mto: (55.1269.4 add-autopilot)
  • mto: This revision was merged to the branch mainline in revision 615.
  • Revision ID: alex.launi@canonical.com-20111108182144-s92diskezfihk2g4
Convert debugging code from gchar* to std::string

Show diffs side-by-side

added added

removed removed

Lines of Context:
365
365
  }
366
366
}
367
367
 
368
 
const gchar* PlacesHomeView::GetName()
 
368
std::string PlacesHomeView::GetName() const
369
369
{
370
370
  return "PlacesHomeView";
371
371
}