Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed dir provider compilation
  • Loading branch information
tmeshkova committed Apr 4, 2014
1 parent 704f5d9 commit ce54225
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions embedding/embedlite/utils/DirProvider.cpp
Expand Up @@ -20,16 +20,16 @@ NS_IMPL_QUERY_INTERFACE2(DirProvider,
nsIDirectoryServiceProvider,
nsIDirectoryServiceProvider2)

NS_IMETHODIMP_(nsrefcnt)
NS_IMETHODIMP_(MozExternalRefCountType)
DirProvider::AddRef()
{
return 1;
}

NS_IMETHODIMP_(nsrefcnt)
NS_IMETHODIMP_(MozExternalRefCountType)
DirProvider::Release()
{
return 1;
return 0;
}

NS_IMETHODIMP
Expand Down

0 comments on commit ce54225

Please sign in to comment.