Added nsScrollbarButtonFrame.cpp, and fix constness of MouseClicked param.

This commit is contained in:
sfraser%netscape.com 1999-06-15 04:10:27 +00:00
parent 31010fa35d
commit a6db1c955a
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -999,7 +999,7 @@ nsTitledButtonFrame::SetCurrentCheckState(CheckState aState)
// If the state is mixed, then set it to off. You can't ever get back to mixed.
//
void
nsTitledButtonFrame::MouseClicked ( const nsIPresContext & aPresContext)
nsTitledButtonFrame::MouseClicked (nsIPresContext & aPresContext)
{
// if we are not toggling then do nothing
CheckState oldState = GetCurrentCheckState();

View File

@ -91,7 +91,7 @@ protected:
void SetCurrentCheckState(CheckState aState);
virtual void MouseClicked(const nsIPresContext & aPresContext);
virtual void MouseClicked(nsIPresContext & aPresContext);
NS_IMETHOD PaintTitle(nsIPresContext& aPresContext,