From 1b6f4595b116e60f267e416459b9102f0d1387b9 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 5 Nov 2009 17:45:16 +0100 Subject: const string& -> const char* conversion Signed-off-by: Denys Vlasenko --- lib/Plugins/Python.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Plugins/Python.h') diff --git a/lib/Plugins/Python.h b/lib/Plugins/Python.h index b54de8d..532ee8c 100644 --- a/lib/Plugins/Python.h +++ b/lib/Plugins/Python.h @@ -13,7 +13,6 @@ class CAnalyzerPython : public CAnalyzer virtual void CreateReport(const std::string& pDebugDumpDir, int force) {} virtual void Init(); virtual void DeInit(); - virtual std::string CreateHash(const std::string& pInput); }; #endif /* PYTHON_H_ */ -- cgit