|
From: Lasse Kärkkäi. <tr...@us...> - 2009-06-29 03:58:06
|
Module: performous
Branch: master
Commit: 25dedaa423e9028e03ca654bdc81cf94558df853
Author: Lasse Karkkainen <tro...@tr...>
Date: Mon Jun 29 06:55:53 2009 -0500
Classic spirit...
---
game/main.cc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/game/main.cc b/game/main.cc
index c9c87c4..906aeef 100644
--- a/game/main.cc
+++ b/game/main.cc
@@ -10,7 +10,7 @@
#include "xtime.hh"
#include <boost/format.hpp>
#include <boost/program_options.hpp>
-#include <boost/spirit/core.hpp>
+#include <boost/spirit/include/classic_core.hpp>
#include <boost/thread.hpp>
#include <libda/audio.hpp>
#include <csignal>
@@ -76,7 +76,7 @@ static void checkEvents_SDL(ScreenManager& sm, Window& window) {
void audioSetup(Capture& capture, Audio& audio) {
// initialize audio argument parser
- using namespace boost::spirit;
+ using namespace boost::spirit::classic;
unsigned channels, rate, frames;
std::string devstr;
// channel ::= "channel=" integer
|