aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.hh
diff options
context:
space:
mode:
authorakir <akir>2004-10-21 10:23:58 (GMT)
committerakir <akir>2004-10-21 10:23:58 (GMT)
commit0ebe06822d02fee61009a1da905ff3a61b6466a2 (patch)
treed2590d6468b783c5c1d7a70f19583f99225ec1e7 /src/FbCommands.hh
parentb21d236d6d21d1abd363fa66bbcd743ce991b407 (diff)
downloadfluxbox-0ebe06822d02fee61009a1da905ff3a61b6466a2.zip
fluxbox-0ebe06822d02fee61009a1da905ff3a61b6466a2.tar.bz2
fix for wrong placed end of namespace }; (thanx mipspro :))
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r--src/FbCommands.hh5
1 files 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 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: FbCommands.hh,v 1.20 2004/10/06 11:40:28 akir Exp $ 22// $Id: FbCommands.hh,v 1.21 2004/10/21 10:23:58 akir Exp $
23 23
24// \file contains basic commands to restart, reconfigure, execute command and exit fluxbox 24// \file contains basic commands to restart, reconfigure, execute command and exit fluxbox
25 25
@@ -121,7 +121,6 @@ public:
121 void execute(); 121 void execute();
122}; 122};
123 123
124} // end namespace FbCommands
125 124
126class SetResourceValueCmd: public FbTk::Command { 125class SetResourceValueCmd: public FbTk::Command {
127public: 126public:
@@ -169,4 +168,6 @@ private:
169 Destination m_dest; 168 Destination m_dest;
170}; 169};
171 170
171} // end namespace FbCommands
172
172#endif // FBCOMMANDS_HH 173#endif // FBCOMMANDS_HH