Fix wallet bustage on mac.

This commit is contained in:
waterson%netscape.com 1999-04-24 04:41:01 +00:00
parent dd415ab26f
commit c35682e718

View File

@ -482,11 +482,11 @@ nsBrowserAppCore::WalletSamples() {
return NS_OK;
}
NS_IMETHODIMP
nsBrowserAppCore::WalletQuickFillin() {
nsBrowserAppCore::WalletQuickFillin(nsIDOMWindow*) {
return NS_OK;
}
NS_IMETHODIMP
nsBrowserAppCore::WalletSafeFillin() {
nsBrowserAppCore::WalletSafeFillin(nsIDOMWindow*) {
return NS_OK;
}
#endif