зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1343557 - Make operator AutoCreateAndDestroyReentrantMonitor::ReentrantMonitor* const; r=bsmedberg
MozReview-Commit-ID: Fy3k5fvEs5J --HG-- extra : rebase_source : 52b9939a66bc828ca2609921300026b65d54f8e5
This commit is contained in:
Родитель
52f0cc6d8b
Коммит
d6eb4d1229
|
@ -66,7 +66,7 @@ public:
|
|||
delete mReentrantMonitor;
|
||||
}
|
||||
|
||||
operator ReentrantMonitor* () {
|
||||
operator ReentrantMonitor* () const {
|
||||
return mReentrantMonitor;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче