diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-09-20 12:00:11 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-09-20 12:01:09 +0100 |
commit | 8e1e27ae6d0751097d276eb3394b57af123e09f3 (patch) | |
tree | cc616c0fb2020125443a1d7c112f0ff106428d29 /vcl/inc/cupsmgr.hxx | |
parent | 6751cf5017fca96e6bef8ef2c316f676055eefb6 (diff) |
cups: initialize thread running member
Change-Id: Idf8b079857638558075fa6b1fb5f7ea6b3c9f632
Diffstat (limited to 'vcl/inc/cupsmgr.hxx')
-rw-r--r-- | vcl/inc/cupsmgr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/cupsmgr.hxx b/vcl/inc/cupsmgr.hxx index f3cee199b8c5..d2ae11d075cd 100644 --- a/vcl/inc/cupsmgr.hxx +++ b/vcl/inc/cupsmgr.hxx @@ -47,7 +47,7 @@ struct FPtrHash class CUPSManager : public PrinterInfoManager { - boost::unordered_map< FILE*, rtl::OString, FPtrHash > m_aSpoolFiles; + boost::unordered_map< FILE*, rtl::OString, FPtrHash > m_aSpoolFiles; int m_nDests; void* m_pDests; bool m_bNewDests; |