From 6ac0671c6d1e8a0307420efe5865b1c7e919754f Mon Sep 17 00:00:00 2001 From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz> Date: Sat, 26 Jan 2019 16:20:06 +0100 Subject: [PATCH] add getHistoryFile getter --- aql2/src/prompt/Prompt.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aql2/src/prompt/Prompt.h b/aql2/src/prompt/Prompt.h index 2fe4323eca..909f89bd68 100644 --- a/aql2/src/prompt/Prompt.h +++ b/aql2/src/prompt/Prompt.h @@ -58,6 +58,10 @@ public: cli::Environment & getEnvironment ( ) { return m_environment; } + + const std::string & getHistoryFile ( ) const { + return m_history_file; + } }; #endif /* _AQL_PROMPT_H_ */ -- GitLab