~unity-team/nux/texture-atlas

« back to all changes in this revision

Viewing changes to NuxCore/ThreadWin.cpp

  • Committer: Nicolas d'Offay
  • Date: 2012-11-16 18:23:48 UTC
  • mfrom: (682.2.25 trunk)
  • Revision ID: nicolas.doffay@canonical.com-20121116182348-ygq13lkwgbugen04
Additional work to get the texture atlas class running as a normal texture.

Show diffs side-by-side

added added

removed removed

Lines of Context:
391
391
    m_ThreadName = ThreadName;
392
392
  }
393
393
 
394
 
  const NString &NThread::GetThreadName() const
 
394
  const std::string& NThread::GetThreadName() const
395
395
  {
396
396
    return m_ThreadName;
397
397
  }