~openmw/openmw/openmw-packaging2

« back to all changes in this revision

Viewing changes to apps/opencs/model/doc/documentmanager.cpp

  • Committer: Scott Howard
  • Date: 2016-09-15 20:56:29 UTC
  • Revision ID: showard@debian.org-20160915205629-3tvfxe47zrb41a91
Cron update. Git hash: 37278b5

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
CSMDoc::DocumentManager::~DocumentManager()
42
42
{
43
43
    mLoaderThread.quit();
 
44
    mLoader.stop();
44
45
    mLoader.hasThingsToDo().wakeAll();
45
46
    mLoaderThread.wait();
46
47