diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-05 17:45:16 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-05 17:45:16 +0100 |
commit | 1b6f4595b116e60f267e416459b9102f0d1387b9 (patch) | |
tree | 81750f11832c4f6768fd0256139a0daa5ef17439 /lib/Plugins/Python.h | |
parent | 64c5d35aebc38f93ce5c086c15c15de5acb21b2f (diff) | |
download | abrt-1b6f4595b116e60f267e416459b9102f0d1387b9.tar.gz abrt-1b6f4595b116e60f267e416459b9102f0d1387b9.tar.xz abrt-1b6f4595b116e60f267e416459b9102f0d1387b9.zip |
const string& -> const char* conversion
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Plugins/Python.h')
-rw-r--r-- | lib/Plugins/Python.h | 1 |
1 files changed, 0 insertions, 1 deletions
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_ */ |