- Use const char* for strings

This commit is contained in:
Jan Stoess 2007-11-27 12:18:49 +01:00
parent b95a1e1fb6
commit a83386469e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/*********************************************************************
*
* Copyright (C) 2004, Karlsruhe University
* Copyright (C) 2004, 2007, Karlsruhe University
*
* File path: kickstart.h
* Description: Global kickstart definitions
@ -49,7 +49,7 @@ public:
/**
* String describing current loader format.
*/
char * name;
const char * name;
/**
* Detect if a valid loader format of this particular type is present.