From dfad81a3c8aee40a515f0ecefb0180a86368b54a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Feb 2013 20:07:09 +0000 Subject: Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5077 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/GraphBox.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/gui/GraphBox.cpp') diff --git a/src/gui/GraphBox.cpp b/src/gui/GraphBox.cpp index d1f76ea4..68756a4b 100644 --- a/src/gui/GraphBox.cpp +++ b/src/gui/GraphBox.cpp @@ -23,10 +23,9 @@ #include #include -#include "raul/fmt.hpp" - -#include "ingen/Interface.hpp" #include "ingen/Configuration.hpp" +#include "ingen/Interface.hpp" +#include "ingen/Log.hpp" #include "ingen/client/ClientStore.hpp" #include "ingen/client/GraphModel.hpp" @@ -183,7 +182,7 @@ GraphBox::init_box(App& app) _status_bar->push("Running internal engine", STATUS_CONTEXT_ENGINE); } else { _status_bar->push( - (Raul::fmt("Connected to %1%") % engine_uri).str(), + (fmt("Connected to %1%") % engine_uri).str(), STATUS_CONTEXT_ENGINE); } -- cgit v1.2.1