From 0ebe06822d02fee61009a1da905ff3a61b6466a2 Mon Sep 17 00:00:00 2001 From: akir Date: Thu, 21 Oct 2004 10:23:58 +0000 Subject: fix for wrong placed end of namespace }; (thanx mipspro :)) --- src/FbCommands.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/FbCommands.hh b/src/FbCommands.hh index 46b3465..18b404a 100644 --- a/src/FbCommands.hh +++ b/src/FbCommands.hh @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbCommands.hh,v 1.20 2004/10/06 11:40:28 akir Exp $ +// $Id: FbCommands.hh,v 1.21 2004/10/21 10:23:58 akir Exp $ // \file contains basic commands to restart, reconfigure, execute command and exit fluxbox @@ -121,7 +121,6 @@ public: void execute(); }; -} // end namespace FbCommands class SetResourceValueCmd: public FbTk::Command { public: @@ -169,4 +168,6 @@ private: Destination m_dest; }; +} // end namespace FbCommands + #endif // FBCOMMANDS_HH -- cgit v0.11.2