Fix windows bustage.

git-svn-id: svn://10.0.0.236/trunk@112264 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2002-01-16 02:04:20 +00:00
parent 8080aadf09
commit bb05524539
2 changed files with 2 additions and 2 deletions

View File

@@ -171,7 +171,7 @@ public:
virtual nsIStyleRule* GetImportantRule(void) = 0;
// Hook for inspector.
virtual nsresult GetValue(nsCSSProperty aProperty, nsCSSValue& aValue);
virtual nsresult GetValue(nsCSSProperty aProperty, nsCSSValue& aValue) = 0;
};
extern NS_EXPORT nsresult

View File

@@ -171,7 +171,7 @@ public:
virtual nsIStyleRule* GetImportantRule(void) = 0;
// Hook for inspector.
virtual nsresult GetValue(nsCSSProperty aProperty, nsCSSValue& aValue);
virtual nsresult GetValue(nsCSSProperty aProperty, nsCSSValue& aValue) = 0;
};
extern NS_EXPORT nsresult