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

De-ambiguify 'Pair'

Change-Id: I84c73b07d8a4a6950cde98898754168720952934
üst 3286827b
......@@ -55,7 +55,7 @@ struct VCL_DLLPUBLIC ControlLayoutData
long GetLineCount() const;
// returns the interval [start,end] of line nLine
// returns [-1,-1] for an invalid line
Pair GetLineStartEnd( long nLine ) const;
::Pair GetLineStartEnd( long nLine ) const;
/** ToRelativeLineIndex changes a layout data index to a count relative to its line.
<p>This is equivalent to getting the line start/end pairs with
......
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