diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-27 23:22:07 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-27 23:22:07 +1100 |
commit | 749216dcd38c4e184d8b802c5bb4ca974961b688 (patch) | |
tree | aac5a59b724fbdd727ccbb0ea9b1b111a46ffbcb /vcl | |
parent | 6006a10d379f6064d557c736d5a150fd87fd0917 (diff) |
vcl: minor tweak to header guard in salsession.hxx
Change-Id: I354cb24bb75d3b394da203a1a6cfaaf5ca2c4ce5
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/salsession.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/salsession.hxx b/vcl/inc/salsession.hxx index 46b4b7fbb009..868ad1edaf64 100644 --- a/vcl/inc/salsession.hxx +++ b/vcl/inc/salsession.hxx @@ -110,6 +110,6 @@ public: virtual bool cancelShutdown() = 0; }; -#endif +#endif // INCLUDED_VCL_INC_SALSESSION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |