Fix gcc 3.4 bustage by removing extra semicolons.

git-svn-id: svn://10.0.0.236/trunk@155188 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2004-04-19 23:57:55 +00:00
parent 84fd7736e5
commit 76ecd4d5a8
2 changed files with 4 additions and 4 deletions

View File

@@ -159,7 +159,7 @@ NS_IMPL_THREADSAFE_ISUPPORTS5(mozSqlResult,
mozISqlDataSource,
nsIRDFDataSource,
nsIRDFRemoteDataSource,
nsITreeView);
nsITreeView)
NS_IMETHODIMP
mozSqlResult::GetDisplayNullAsText(PRBool* aDisplayNullAsText)
@@ -1547,7 +1547,7 @@ mozSqlResultEnumerator::~mozSqlResultEnumerator()
NS_IMPL_ISUPPORTS2(mozSqlResultEnumerator,
mozISqlResultEnumerator,
nsISimpleEnumerator);
nsISimpleEnumerator)
NS_IMETHODIMP
mozSqlResultEnumerator::GetErrorMessage(nsAString& aErrorMessage)
@@ -2143,7 +2143,7 @@ mozSqlResultStream::~mozSqlResultStream()
NS_IMPL_ISUPPORTS2(mozSqlResultStream,
mozISqlInputStream,
nsIInputStream);
nsIInputStream)
NS_IMETHODIMP

View File

@@ -95,7 +95,7 @@ mozSqlService::~mozSqlService()
NS_IMPL_ISUPPORTS3(mozSqlService,
mozISqlService,
nsIRDFDataSource,
nsIRDFRemoteDataSource);
nsIRDFRemoteDataSource)
NS_IMETHODIMP
mozSqlService::GetErrorMessage(nsAString& aErrorMessage)