diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-07 16:20:48 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-07 16:20:48 +0200 |
| commit | 911669ee149c3352dfed14bd0d0a53c2485951c7 (patch) | |
| tree | 5b1be15a4b49eb4db8daf3b529595ed6bdad3745 /lib/CommLayer/CommLayerInner.h | |
| parent | 88093858fa6cf734bb832f7cc9ff06fe57f0ad2a (diff) | |
| download | abrt-911669ee149c3352dfed14bd0d0a53c2485951c7.tar.gz abrt-911669ee149c3352dfed14bd0d0a53c2485951c7.tar.xz abrt-911669ee149c3352dfed14bd0d0a53c2485951c7.zip | |
preparatory cleanups
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/CommLayer/CommLayerInner.h')
| -rw-r--r-- | lib/CommLayer/CommLayerInner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CommLayer/CommLayerInner.h b/lib/CommLayer/CommLayerInner.h index 150c7b2..f4b1ac2 100644 --- a/lib/CommLayer/CommLayerInner.h +++ b/lib/CommLayer/CommLayerInner.h @@ -74,7 +74,7 @@ class CCommLayerInner { return m_pStatusCommLayer; } - CCommLayerInner(CObserver *pObs, const bool& pDebug, const bool pWarning) + CCommLayerInner(CObserver *pObs, bool pDebug, bool pWarning) { m_pDebugCommLayer = NULL; m_pWarningCommLayer = NULL; |
