mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Use const where possible.
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
const char * _struct_tag; /* Shorthand for user-defined struct tag type. */
|
||||
const char * _include_src; /* C source code to be included verbatim. */
|
||||
bool _additional_code; /* True if any additional C code is included. */
|
||||
Keyword_Factory * _factory; /* Creates the keywords. */
|
||||
Keyword_Factory * const _factory; /* Creates the keywords. */
|
||||
Keyword_List * _head; /* Points to the head of the linked list. */
|
||||
private:
|
||||
Keyword_List * parse_line (const char *line, const char *delimiters);
|
||||
|
||||
Reference in New Issue
Block a user