From 26b27e21648e33fea0ff338377b312a9ee8cbbe7 Mon Sep 17 00:00:00 2001 From: "sspitzer%mozilla.org" Date: Thu, 11 Oct 2007 07:17:02 +0000 Subject: [PATCH] fix bustage. git-svn-id: svn://10.0.0.236/trunk@237576 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/toolkit/components/places/src/nsNavHistory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/toolkit/components/places/src/nsNavHistory.h b/mozilla/toolkit/components/places/src/nsNavHistory.h index 96589070641..b7e81dca4f0 100644 --- a/mozilla/toolkit/components/places/src/nsNavHistory.h +++ b/mozilla/toolkit/components/places/src/nsNavHistory.h @@ -615,7 +615,7 @@ protected: static void VacuumTimerCallback(nsITimer* aTimer, void* aClosure); PRInt64 mTagRoot; - PRInt64 nsNavHistory::GetTagRoot(); + PRInt64 GetTagRoot(); }; /**