From 133af3f5e198fe8a8e25ef7ee3eefcffadb74224 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Fri, 28 Mar 2014 22:10:26 -0400 Subject: [PATCH] HaikuDepot: Fix x86 build. --- src/apps/haikudepot/Jamfile | 2 +- src/apps/haikudepot/WebAppInterface.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/haikudepot/Jamfile b/src/apps/haikudepot/Jamfile index 0c9bbe1b98..10869a8045 100644 --- a/src/apps/haikudepot/Jamfile +++ b/src/apps/haikudepot/Jamfile @@ -62,7 +62,7 @@ Application HaikuDepot : # text view stuff $(textDocumentSources) - : be package netapi translation libcolumnlistview.a libshared.a + : be package bnetapi translation libcolumnlistview.a libshared.a $(TARGET_LIBSTDC++) $(TARGET_LIBSUPC++) localestub : HaikuDepot.rdef ; diff --git a/src/apps/haikudepot/WebAppInterface.cpp b/src/apps/haikudepot/WebAppInterface.cpp index bf05e11146..31202ecfa2 100644 --- a/src/apps/haikudepot/WebAppInterface.cpp +++ b/src/apps/haikudepot/WebAppInterface.cpp @@ -20,7 +20,7 @@ class ProtocolListener : public BUrlProtocolListener { public: - ProtocolListener::ProtocolListener() + ProtocolListener() : fDownloadIO(NULL) {