summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Bugzilla.h
diff options
context:
space:
mode:
authorZdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com>2009-04-15 09:05:59 +0200
committerZdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com>2009-04-15 09:05:59 +0200
commit3e7c2ab09e4bcb4b63fd80ed33c99539d3a27c5f (patch)
tree9f6a20478f702142cef3ceeceadc1eccfdd96fb6 /lib/Plugins/Bugzilla.h
parentf53f9cf9711aa41ef4cf59a4a0d252af2a91ec6c (diff)
downloadabrt-3e7c2ab09e4bcb4b63fd80ed33c99539d3a27c5f.tar.gz
abrt-3e7c2ab09e4bcb4b63fd80ed33c99539d3a27c5f.tar.xz
abrt-3e7c2ab09e4bcb4b63fd80ed33c99539d3a27c5f.zip
fixed searching duplicates in bz
Diffstat (limited to 'lib/Plugins/Bugzilla.h')
-rw-r--r--lib/Plugins/Bugzilla.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/Bugzilla.h b/lib/Plugins/Bugzilla.h
index 53ce05fda..ff6d5510 100644
--- a/lib/Plugins/Bugzilla.h
+++ b/lib/Plugins/Bugzilla.h
@@ -12,7 +12,7 @@ class CReporterBugzilla : public CReporter
void Login();
void Logout();
- bool CheckUUIDInBugzilla(const std::string& pUUID);
+ bool CheckUUIDInBugzilla(const std::string& pComponent, const std::string& pUUID);
void NewBug(const map_crash_report_t& pCrashReport);
void CreateNewBugDescription(const map_crash_report_t& pCrashReport,
std::string& pDescription);