From 06e7c2820242ea5130a63305836f822ccb409a92 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 7 May 2007 10:24:46 +0000 Subject: Rearranged many method names. --- src/session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/session.h') diff --git a/src/session.h b/src/session.h index c8d83065..a2e9c358 100644 --- a/src/session.h +++ b/src/session.h @@ -172,7 +172,7 @@ class session_t : public xml::xpath_t::scope_t // void option_file(value_t&, xml::xpath_t::scope_t * locals) { - data_file = locals->args.string_value(); + data_file = locals->args.to_string(); } #if 0 -- cgit v1.2.3