Kaydet (Commit) d202754a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: 'Impl' defined as a struct here but previously declared as a class

Change-Id: Ie1ca2df3e4b60c69a3c7860fe39aca4a505feffb
üst 5e0b52c1
......@@ -309,7 +309,7 @@ public:
class SW_DLLPUBLIC SwTableAutoFmtTbl
{
class Impl;
struct Impl;
::boost::scoped_ptr<Impl> m_pImpl;
SW_DLLPRIVATE sal_Bool Load( SvStream& rStream );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment