From daccd6899908bd1490cddb393700ec1e9b222aea Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 4 Aug 2014 18:02:29 +0200 Subject: Refactor --- src/libstore/globals.hh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/libstore/globals.hh') diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index c3baca204..1202f5dd2 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -213,11 +213,11 @@ struct Settings { private: SettingsMap settings, overrides; - void get(string & res, const string & name); - void get(bool & res, const string & name); - void get(StringSet & res, const string & name); - void get(Strings & res, const string & name); - template void get(N & res, const string & name); + void _get(string & res, const string & name); + void _get(bool & res, const string & name); + void _get(StringSet & res, const string & name); + void _get(Strings & res, const string & name); + template void _get(N & res, const string & name); }; -- cgit v1.2.3