From 5a6d1991ac87aa40e8b9f8fc409059e769351c5f Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Sat, 30 Jun 2012 23:20:18 +0000 Subject: [PATCH] changed: config.space is available public now git-svn-id: svn://ttmath.org/publicrep/winix/trunk@858 e52654a7-88a9-db11-a3e9-0013d4bc506e --- core/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/config.h b/core/config.h index 43268a4..9ab6023 100755 --- a/core/config.h +++ b/core/config.h @@ -547,13 +547,15 @@ public: // for debug void Print(std::wostream & out); + // raw access to the config + PT::Space space; + private: void ShowError(); void AssignValues(bool stdout_is_closed); void SetAdditionalVariables(); void CheckPasswd(); - PT::Space space; PT::SpaceParser parser; std::string default_str;