diff options
author | fluxgen <fluxgen> | 2003-04-16 13:33:18 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-04-16 13:33:18 (GMT) |
commit | b47337fca633bac22443b2a156a755e45971f6f0 (patch) | |
tree | 1b0cde77f275f998b6ed2d4e7b88574d487dee92 /src/FbCommands.hh | |
parent | f640a054142c273cfbda95709e6830d8e6f15152 (diff) | |
download | fluxbox-b47337fca633bac22443b2a156a755e45971f6f0.zip fluxbox-b47337fca633bac22443b2a156a755e45971f6f0.tar.bz2 |
minor fix
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r-- | src/FbCommands.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbCommands.hh b/src/FbCommands.hh index 2674668..6901d6f 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.2 2003/02/15 01:56:57 fluxgen Exp $ | 22 | // $Id: FbCommands.hh,v 1.3 2003/04/16 13:33:18 fluxgen 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 | ||
@@ -61,7 +61,7 @@ public: | |||
61 | 61 | ||
62 | class SetStyleCmd: public FbTk::Command { | 62 | class SetStyleCmd: public FbTk::Command { |
63 | public: | 63 | public: |
64 | SetStyleCmd(const std::string &filename); | 64 | explicit SetStyleCmd(const std::string &filename); |
65 | void execute(); | 65 | void execute(); |
66 | private: | 66 | private: |
67 | std::string m_filename; | 67 | std::string m_filename; |