hrev45595 adds 1 changeset to branch 'master' old head: df3b8173eeba89f030329c79eb3d86db506fe30c new head: 28a3906351f20fd0119978f6995673b09b66cde9 overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=28a3906+%5Edf3b817 ---------------------------------------------------------------------------- 28a3906: Web+ AboutWindow changes: fix build. [ Adrien Destugues <pulkomandy@xxxxxxxxx> ] ---------------------------------------------------------------------------- Revision: hrev45595 Commit: 28a3906351f20fd0119978f6995673b09b66cde9 URL: http://cgit.haiku-os.org/haiku/commit/?id=28a3906 Author: Adrien Destugues <pulkomandy@xxxxxxxxx> Date: Wed May 1 13:44:41 2013 UTC ---------------------------------------------------------------------------- 1 file changed, 2 insertions(+), 2 deletions(-) src/apps/webpositive/BrowserApp.cpp | 4 ++-- ---------------------------------------------------------------------------- diff --git a/src/apps/webpositive/BrowserApp.cpp b/src/apps/webpositive/BrowserApp.cpp index a45e6e5..131952d 100644 --- a/src/apps/webpositive/BrowserApp.cpp +++ b/src/apps/webpositive/BrowserApp.cpp @@ -76,7 +76,7 @@ BrowserApp::BrowserApp() fCookies(NULL), fCookieJar(NULL), fDownloadWindow(NULL), - fSettingsWindow(NULL), + fSettingsWindow(NULL) { } @@ -93,7 +93,7 @@ BrowserApp::~BrowserApp() void BrowserApp::AboutRequested() { - BAboutWindow window = new BAboutWindow(kApplicationName, + BAboutWindow* window = new BAboutWindow(kApplicationName, kApplicationSignature); // create the about window