diff options
Diffstat (limited to 'parse/preproc.cpp')
-rw-r--r-- | parse/preproc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parse/preproc.cpp b/parse/preproc.cpp index ec64d731..fa051a3e 100644 --- a/parse/preproc.cpp +++ b/parse/preproc.cpp @@ -2,8 +2,8 @@ #include <iostream>
Preproc::Preproc(::std::string path):
- m_cache_valid(false),
- m_lex(path)
+ m_lex(path),
+ m_cache_valid(false)
{
//ctor
}
|