spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit 6f7c565bd16d9ef82a79a2c0e182fed4d9452747
parent d0ae94627238944cc4fc8ca6674fd23dd2be3834
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Tue, 21 Aug 2012 22:30:22 -0700

Fix version check under OSX

Diffstat:
Msrc/spek.cc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/spek.cc b/src/spek.cc @@ -18,6 +18,7 @@ #include <wx/cmdline.h> #include <wx/log.h> +#include <wx/socket.h> #include "spek-audio.h" #include "spek-platform.hh" @@ -44,6 +45,7 @@ IMPLEMENT_APP(Spek) bool Spek::OnInit() { wxInitAllImageHandlers(); + wxSocketBase::Initialize(); SpekPlatform::init(); SpekPreferences::get().init();