made get strength const

git-svn-id: svn://10.0.0.236/trunk@16715 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterl%netscape.com 1998-12-20 01:08:31 +00:00
parent 6c56fda631
commit b9266d33d7
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;