[haiku-commits] haiku: hrev47069 - src/apps/haikudepot

  • From: anevilyak@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 29 Mar 2014 03:13:34 +0100 (CET)

hrev47069 adds 1 changeset to branch 'master'
old head: d6f80927323b91e9c8105aec3aa8488698ab4e11
new head: 133af3f5e198fe8a8e25ef7ee3eefcffadb74224
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=133af3f+%5Ed6f8092

----------------------------------------------------------------------------

133af3f: HaikuDepot: Fix x86 build.

                                      [ Rene Gollent <anevilyak@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev47069
Commit:      133af3f5e198fe8a8e25ef7ee3eefcffadb74224
URL:         http://cgit.haiku-os.org/haiku/commit/?id=133af3f
Author:      Rene Gollent <anevilyak@xxxxxxxxx>
Date:        Sat Mar 29 02:10:26 2014 UTC

----------------------------------------------------------------------------

2 files changed, 2 insertions(+), 2 deletions(-)
src/apps/haikudepot/Jamfile             | 2 +-
src/apps/haikudepot/WebAppInterface.cpp | 2 +-

----------------------------------------------------------------------------

diff --git a/src/apps/haikudepot/Jamfile b/src/apps/haikudepot/Jamfile
index 0c9bbe1..10869a8 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 bf05e11..31202ec 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)
        {


Other related posts:

  • » [haiku-commits] haiku: hrev47069 - src/apps/haikudepot - anevilyak