Kick NAMELESS_PROJECT to project.h

This commit is contained in:
Marek Roszko 2020-10-25 20:21:21 -04:00
parent b043b5b5c6
commit 49607be57b
2 changed files with 2 additions and 3 deletions

View File

@ -53,9 +53,6 @@ class PROJECT;
class SEARCH_STACK;
class REPORTER;
/// default name for nameless projects
#define NAMELESS_PROJECT wxT( "noname" )
/**
* Run a command in a child process.
*

View File

@ -37,6 +37,8 @@
/// Currently an environment variable, eventually a project variable.
#define PROJECT_VAR_NAME wxT( "KIPRJMOD" )
/// default name for nameless projects
#define NAMELESS_PROJECT wxT( "noname" )
class wxConfigBase;
class PARAM_CFG;