fixing build bustage cause by nsIObserver changes

git-svn-id: svn://10.0.0.236/trunk@105850 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
2001-10-19 22:56:19 +00:00
parent 60f63abb98
commit a9081d6d49
2 changed files with 3 additions and 3 deletions

View File

@@ -830,7 +830,7 @@ NS_IMETHODIMP mozXMLTerminal::Poll(void)
// Handle callback from LineTerm when new input/output needs to be displayed
NS_IMETHODIMP mozXMLTerminal::Observe(nsISupports *aSubject,
const PRUnichar *aTopic,
const char *aTopic,
const PRUnichar *someData)
{
nsCOMPtr<mozILineTermAux> lineTermAux = do_QueryInterface(aSubject);

View File

@@ -30,7 +30,7 @@
#include "nsString.h"
#include "nsIGenericFactory.h"
#include "nsIWebProgressListener.h"
#include "nsIObserver.h"
#include "mozXMLT.h"
#include "mozILineTerm.h"
@@ -60,7 +60,7 @@ class mozXMLTerminal : public mozIXMLTerminal,
NS_DECL_MOZIXMLTERMINAL
// nsIObserver interface
NS_IMETHOD Observe(nsISupports *aSubject, const PRUnichar *aTopic,
NS_IMETHOD Observe(nsISupports *aSubject, const char *aTopic,
const PRUnichar *someData);
// Others