diff options
Diffstat (limited to 'idlc/inc/idlc.hxx')
-rw-r--r-- | idlc/inc/idlc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/idlc.hxx b/idlc/inc/idlc.hxx index 56fda18c9386..468bec2ba26f 100644 --- a/idlc/inc/idlc.hxx +++ b/idlc/inc/idlc.hxx @@ -132,7 +132,7 @@ private: sal_uInt32 m_offsetStart; sal_uInt32 m_offsetEnd; ParseState m_parseState; - StringSet m_includes; + std::set< OString > m_includes; }; |