diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-09 20:22:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-09 20:22:46 +0100 |
commit | 4bd34964251d1d65dfc9ecb3fded60fa71a07cf8 (patch) | |
tree | 51a78556714787e7231d2f71e49e10a24e02620a /include/vcl | |
parent | 9bba2d6a5ce91d851cfa15cbef3ba06e6907bc49 (diff) |
CID#1079151 make it impossible to have an init m_eType
Change-Id: I04cc7fdc07e89b0a056f0012cdd00b43d29184e7
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/ppdparser.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/ppdparser.hxx b/include/vcl/ppdparser.hxx index 6ced633f31d9..0868da96120e 100644 --- a/include/vcl/ppdparser.hxx +++ b/include/vcl/ppdparser.hxx @@ -82,7 +82,7 @@ public: PPDKey( const OUString& rKey ); ~PPDKey(); - PPDValue* insertValue( const OUString& rOption ); + PPDValue* insertValue( const OUString& rOption, PPDValueType eType ); int countValues() const { return m_aValues.size(); } // neither getValue will return the query option |