mirror of
https://github.com/pret/pokediamond.git
synced 2024-11-27 00:00:24 +00:00
Convert hyphens to underscores in generated GMM header's include-guard
This commit is contained in:
parent
3fa908846d
commit
0f8ea60ace
@ -40,6 +40,7 @@ void GMM::WriteGmmHeader(const string &_filename) {
|
||||
switch (c) {
|
||||
case '/':
|
||||
case '.':
|
||||
case '-':
|
||||
c = '_';
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user