small patch from Mathias Gumz
This commit is contained in:
parent
10ce5372d9
commit
2d8613ca6c
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: FbCommandFactory.cc,v 1.16 2003/09/10 14:06:37 fluxgen Exp $
|
||||
// $Id: FbCommandFactory.cc,v 1.17 2003/09/29 13:01:01 rathnor Exp $
|
||||
|
||||
#include "FbCommandFactory.hh"
|
||||
|
||||
|
@ -40,7 +40,7 @@ FbCommandFactory FbCommandFactory::s_autoreg;
|
|||
|
||||
FbCommandFactory::FbCommandFactory() {
|
||||
// setup commands that we can handle
|
||||
const char commands[][52] = {
|
||||
const char* commands[] = {
|
||||
"arrangewindows",
|
||||
"close",
|
||||
"detachclient",
|
||||
|
|
Loading…
Reference in a new issue