mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 00:31:27 +00:00
incorrect C++ put class:: in front of method name illegal ASCII C++ MAC picks this up i guess 1 line change
This commit is contained in:
parent
09328c4574
commit
c733bb4dd6
@ -81,7 +81,7 @@ public:
|
||||
|
||||
/** SetSelected needs to be overridden to talk to inner tableframe
|
||||
*/
|
||||
NS_IMETHOD nsTableOuterFrame::SetSelected(nsIDOMRange *aRange,PRBool aSelected, nsSpread aSpread);
|
||||
NS_IMETHOD SetSelected(nsIDOMRange *aRange,PRBool aSelected, nsSpread aSpread);
|
||||
|
||||
/** return the min width of the caption. Return 0 if there is no caption.
|
||||
* The return value is only meaningful after the caption has had a pass1 reflow.
|
||||
|
@ -81,7 +81,7 @@ public:
|
||||
|
||||
/** SetSelected needs to be overridden to talk to inner tableframe
|
||||
*/
|
||||
NS_IMETHOD nsTableOuterFrame::SetSelected(nsIDOMRange *aRange,PRBool aSelected, nsSpread aSpread);
|
||||
NS_IMETHOD SetSelected(nsIDOMRange *aRange,PRBool aSelected, nsSpread aSpread);
|
||||
|
||||
/** return the min width of the caption. Return 0 if there is no caption.
|
||||
* The return value is only meaningful after the caption has had a pass1 reflow.
|
||||
|
Loading…
x
Reference in New Issue
Block a user