Renamed variable_private.*pp to better reflect its role
This commit is contained in:
parent
c5de7fd50e
commit
dec492d6dc
5 changed files with 5 additions and 5 deletions
|
@ -380,8 +380,8 @@
|
|||
<Unit filename="../../src/formula/tokenizer.hpp" />
|
||||
<Unit filename="../../src/formula/variant.cpp" />
|
||||
<Unit filename="../../src/formula/variant.hpp" />
|
||||
<Unit filename="../../src/formula/variant_private.cpp" />
|
||||
<Unit filename="../../src/formula/variant_private.hpp" />
|
||||
<Unit filename="../../src/formula/variant_value.cpp" />
|
||||
<Unit filename="../../src/formula/variant_value.hpp" />
|
||||
<Unit filename="../../src/game_board.cpp" />
|
||||
<Unit filename="../../src/game_board.hpp" />
|
||||
<Unit filename="../../src/game_classification.cpp" />
|
||||
|
|
|
@ -112,7 +112,7 @@ formula/function.cpp
|
|||
formula/string_utils.cpp
|
||||
formula/tokenizer.cpp
|
||||
formula/variant.cpp
|
||||
formula/variant_private.cpp
|
||||
formula/variant_value.cpp
|
||||
game_board.cpp
|
||||
game_classification.cpp
|
||||
game_config_manager.cpp
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#ifndef VARIANT_HPP_INCLUDED
|
||||
#define VARIANT_HPP_INCLUDED
|
||||
|
||||
#include "formula/variant_private.hpp"
|
||||
#include "formula/variant_value.hpp"
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
|
||||
#include "formula/variant.hpp"
|
||||
#include "formula/variant_private.hpp"
|
||||
#include "formula/variant_value.hpp"
|
||||
|
||||
#include "formula/callable.hpp"
|
||||
|
Loading…
Add table
Reference in a new issue