diff options
Diffstat (limited to 'project2/common/session.cpp')
-rw-r--r-- | project2/common/session.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/common/session.cpp b/project2/common/session.cpp index cba5397..716c8b0 100644 --- a/project2/common/session.cpp +++ b/project2/common/session.cpp @@ -37,7 +37,7 @@ Session::Empty() const VariableType Session::GetValue(const Glib::ustring & name) const { - return safeMapLookup<VariableNotFound>(vars, name); + return AdHoc::safeMapLookup<VariableNotFound>(vars, name); } void |