From 2f1b185c749f2853a26dcec0c78a66467103e620 Mon Sep 17 00:00:00 2001 From: "amardare%qnx.com" Date: Thu, 15 Apr 2004 14:46:59 +0000 Subject: [PATCH] Changes for qnx(photon) platform only. It should not affect runtime/building other platforms. Fixed a building problem due to change in nsIXRemoteWidgetHelper. git-svn-id: svn://10.0.0.236/trunk@154923 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/photon/nsPhMozRemoteHelper.cpp | 2 +- mozilla/widget/src/photon/nsPhMozRemoteHelper.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/widget/src/photon/nsPhMozRemoteHelper.cpp b/mozilla/widget/src/photon/nsPhMozRemoteHelper.cpp index ce4ecc8f226..106b3f05078 100644 --- a/mozilla/widget/src/photon/nsPhMozRemoteHelper.cpp +++ b/mozilla/widget/src/photon/nsPhMozRemoteHelper.cpp @@ -38,7 +38,7 @@ nsPhXRemoteWidgetHelper::~nsPhXRemoteWidgetHelper() NS_IMPL_ISUPPORTS1(nsPhXRemoteWidgetHelper, nsIXRemoteWidgetHelper) NS_IMETHODIMP -nsPhXRemoteWidgetHelper::EnableXRemoteCommands(nsIWidget *aWidget) +nsPhXRemoteWidgetHelper::EnableXRemoteCommands( nsIWidget *aWidget, const char *aProfile, const char *aProgram ) { return NS_OK; } diff --git a/mozilla/widget/src/photon/nsPhMozRemoteHelper.h b/mozilla/widget/src/photon/nsPhMozRemoteHelper.h index 89cba45d210..ada82b8676f 100644 --- a/mozilla/widget/src/photon/nsPhMozRemoteHelper.h +++ b/mozilla/widget/src/photon/nsPhMozRemoteHelper.h @@ -37,7 +37,7 @@ class nsPhXRemoteWidgetHelper : public nsIXRemoteWidgetHelper { NS_DECL_ISUPPORTS - NS_IMETHOD EnableXRemoteCommands(nsIWidget *aWidget); + NS_IMETHOD EnableXRemoteCommands( nsIWidget *aWidget, const char *aProfile, const char *aProgram ); }; #endif /* __nsPhMozRemoteHelper_h__ */