diff options
Diffstat (limited to 'vcl/inc/printerinfomanager.hxx')
-rw-r--r-- | vcl/inc/printerinfomanager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/printerinfomanager.hxx b/vcl/inc/printerinfomanager.hxx index 49bbc1491483..2ef705a4cf05 100644 --- a/vcl/inc/printerinfomanager.hxx +++ b/vcl/inc/printerinfomanager.hxx @@ -91,7 +91,7 @@ protected: OUString m_aFile; // details other config files that have this printer // in case of removal all have to be removed - std::unordered_set< OUString, OUStringHash > m_aAlternateFiles; + std::unordered_set< OUString > m_aAlternateFiles; // group in m_aFile containing the printer // this must be unique over all configuration files // it usually should be the printer name |