summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Python.cpp
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-11-05 17:45:16 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-11-05 17:45:16 +0100
commit1b6f4595b116e60f267e416459b9102f0d1387b9 (patch)
tree81750f11832c4f6768fd0256139a0daa5ef17439 /lib/Plugins/Python.cpp
parent64c5d35aebc38f93ce5c086c15c15de5acb21b2f (diff)
downloadabrt-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.cpp')
-rw-r--r--lib/Plugins/Python.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/Python.cpp b/lib/Plugins/Python.cpp
index 9be76b3..b92d6af 100644
--- a/lib/Plugins/Python.cpp
+++ b/lib/Plugins/Python.cpp
@@ -6,7 +6,7 @@
#define FILENAME_BACKTRACE "backtrace"
#define PYHOOK_CONFIG "/etc/abrt/pyhook.conf"
-std::string CAnalyzerPython::CreateHash(const std::string& pDebugDumpDir)
+static std::string CreateHash(const std::string& pDebugDumpDir)
{
std::string uuid;
CDebugDump dd;