summaryrefslogtreecommitdiffstats
path: root/src/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/session.h b/src/session.h
index a61f286..2033ba7 100644
--- a/src/session.h
+++ b/src/session.h
@@ -4,7 +4,7 @@
class QString;
class Session {
-public:
+ public:
virtual ~Session() {}
virtual bool isActive() const = 0;