all repos — fluxbox @ b47337fca633bac22443b2a156a755e45971f6f0

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

b47337fca633bac22443b2a156a755e45971f6f0

parent

f640a054142c273cfbda95709e6830d8e6f15152

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/FbCommands.hhsrc/FbCommands.hh

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// 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 @@ };

class SetStyleCmd: public FbTk::Command { public: - SetStyleCmd(const std::string &filename); + explicit SetStyleCmd(const std::string &filename); void execute(); private: std::string m_filename;