From 2640689968444d2fb2d1087edc1b365838eb2556 Mon Sep 17 00:00:00 2001 From: Stephen Roderick Date: Thu, 12 May 2011 07:32:07 -0400 Subject: [PATCH] os: More boost filesystem v3 changes --- src/os/PluginLoader.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/os/PluginLoader.cpp b/src/os/PluginLoader.cpp index 06d3d0e..12f3626 100644 --- a/src/os/PluginLoader.cpp +++ b/src/os/PluginLoader.cpp @@ -234,7 +234,7 @@ bool PluginLoader::loadPluginInternal( std::string const& name, std::string cons } path dir = arg.parent_path(); - string file = arg.filename(); + string file = arg.FILENAME(); for (vector::iterator it = paths.begin(); it != paths.end(); ++it) { -- 1.7.4.4