Kaydet (Commit) 36b06104 authored tarafından Caolán McNamara's avatar Caolán McNamara

missing semi

Change-Id: I3253f09d10cbe733fdf6387d90ab04d65ba9328e
üst ac5368bf
......@@ -46,7 +46,7 @@ class MacroSnippet
int nLine;
int nCol;
ErrorDetail() : nLine(0), nCol(0) {}
}
};
explicit MacroSnippet(const OUString& sSource)
: mbError(false)
......
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