summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/CommLayerServer.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-04 19:09:50 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-04 19:09:50 +0200
commit15c6d7ffee04ce477c8e71392f7c71482daabfce (patch)
tree533c3c3ad67b320c60e7595aa6a74619a96f9966 /lib/CommLayer/CommLayerServer.h
parent26904c7faff196b91c1ad50574f725cd1a033094 (diff)
downloadabrt-15c6d7ffee04ce477c8e71392f7c71482daabfce.tar.gz
abrt-15c6d7ffee04ce477c8e71392f7c71482daabfce.tar.xz
abrt-15c6d7ffee04ce477c8e71392f7c71482daabfce.zip
made some functions static
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/CommLayer/CommLayerServer.h')
-rw-r--r--lib/CommLayer/CommLayerServer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CommLayer/CommLayerServer.h b/lib/CommLayer/CommLayerServer.h
index b67b5966..0acb7d70 100644
--- a/lib/CommLayer/CommLayerServer.h
+++ b/lib/CommLayer/CommLayerServer.h
@@ -20,7 +20,7 @@ to_string( T x )
}
-class CCommLayerServer{
+class CCommLayerServer {
protected:
/* FIXME more observers? */
//std::vector<Observer *obs>;