minor fix
This commit is contained in:
parent
f640a05414
commit
b47337fca6
1 changed files with 2 additions and 2 deletions
|
@ -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.2 2003/02/15 01:56:57 fluxgen Exp $
|
||||
// $Id: FbCommands.hh,v 1.3 2003/04/16 13:33:18 fluxgen Exp $
|
||||
|
||||
// \file contains basic commands to restart, reconfigure, execute command and exit fluxbox
|
||||
|
||||
|
@ -61,7 +61,7 @@ public:
|
|||
|
||||
class SetStyleCmd: public FbTk::Command {
|
||||
public:
|
||||
SetStyleCmd(const std::string &filename);
|
||||
explicit SetStyleCmd(const std::string &filename);
|
||||
void execute();
|
||||
private:
|
||||
std::string m_filename;
|
||||
|
|
Loading…
Reference in a new issue