made get strength const

This commit is contained in:
peterl%netscape.com 1998-12-20 01:08:31 +00:00
parent babdb0cd05
commit 8200c3233f
3 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ public:
NS_IMETHOD GetStyleSheet(nsIStyleSheet*& aSheet) const = 0;
// Strength is an out-of-band weighting, useful for mapping CSS ! important
NS_IMETHOD GetStrength(PRInt32& aStrength) = 0;
NS_IMETHOD GetStrength(PRInt32& aStrength) const = 0;
NS_IMETHOD MapStyleInto(nsIStyleContext* aContext, nsIPresContext* aPresContext) = 0;

View File

@ -42,7 +42,7 @@ public:
NS_IMETHOD GetStyleSheet(nsIStyleSheet*& aSheet) const = 0;
// Strength is an out-of-band weighting, useful for mapping CSS ! important
NS_IMETHOD GetStrength(PRInt32& aStrength) = 0;
NS_IMETHOD GetStrength(PRInt32& aStrength) const = 0;
NS_IMETHOD MapStyleInto(nsIStyleContext* aContext, nsIPresContext* aPresContext) = 0;

View File

@ -42,7 +42,7 @@ public:
NS_IMETHOD GetStyleSheet(nsIStyleSheet*& aSheet) const = 0;
// Strength is an out-of-band weighting, useful for mapping CSS ! important
NS_IMETHOD GetStrength(PRInt32& aStrength) = 0;
NS_IMETHOD GetStrength(PRInt32& aStrength) const = 0;
NS_IMETHOD MapStyleInto(nsIStyleContext* aContext, nsIPresContext* aPresContext) = 0;