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:
mjudge%netscape.com 1999-05-20 03:01:02 +00:00
parent 09328c4574
commit c733bb4dd6
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.