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

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/PanelIndicatorsView.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:
334
334
  }
335
335
}
336
336
 
337
 
const gchar* PanelIndicatorsView::GetName()
 
337
std::string PanelIndicatorsView::GetName() const
338
338
{
339
339
  return "IndicatorsView";
340
340
}