mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Add vector include and remove extra qualification on s_InitFlags.
--HG-- branch : develop
This commit is contained in:
parent
a34fd8b88f
commit
b4a7ab66ab
1 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
|||
#ifndef NLPIPELINE_PROJECT_CONFIG_H
|
||||
#define NLPIPELINE_PROJECT_CONFIG_H
|
||||
#include <nel/misc/types_nl.h>
|
||||
#include <vector>
|
||||
|
||||
namespace NLMISC {
|
||||
class CConfigFile;
|
||||
|
@ -65,7 +66,7 @@ private:
|
|||
static TPathString s_ProjectConfigPath;
|
||||
|
||||
static std::string s_ProjectName;
|
||||
static CProjectConfig::Flags CProjectConfig::s_InitFlags;
|
||||
static CProjectConfig::Flags s_InitFlags;
|
||||
|
||||
static std::vector<TPathString> s_ConfigPaths;
|
||||
static std::vector<NLMISC::CConfigFile *> s_ConfigFiles;
|
||||
|
|
Loading…
Reference in a new issue