Skip to content

Commit

Permalink
HaikuDepot: Fix x86 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
anevilyak committed Mar 29, 2014
1 parent d6f8092 commit 133af3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/apps/haikudepot/Jamfile
Expand Up @@ -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
;
Expand Down
2 changes: 1 addition & 1 deletion src/apps/haikudepot/WebAppInterface.cpp
Expand Up @@ -20,7 +20,7 @@

class ProtocolListener : public BUrlProtocolListener {
public:
ProtocolListener::ProtocolListener()
ProtocolListener()
:
fDownloadIO(NULL)
{
Expand Down

0 comments on commit 133af3f

Please sign in to comment.