mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-08 12:22:34 +00:00
Bug 931249 - Patch 4.1 - Fix addref/release declarations on Windows builds. r=baku
--HG-- extra : rebase_source : 44c8ae842027f58f1dd3d3c135e9d74aaba4a0c2
This commit is contained in:
parent
1084347046
commit
8c40095e83
@ -26,8 +26,8 @@ class CompareCallback
|
||||
public:
|
||||
virtual void ComparisonResult(nsresult aStatus, bool aInCacheAndEqual) = 0;
|
||||
|
||||
virtual MozExternalRefCountType AddRef() = 0;
|
||||
virtual MozExternalRefCountType Release() = 0;
|
||||
NS_IMETHOD_(MozExternalRefCountType) AddRef() = 0;
|
||||
NS_IMETHOD_(MozExternalRefCountType) Release() = 0;
|
||||
};
|
||||
|
||||
nsresult
|
||||
|
Loading…
Reference in New Issue
Block a user