Visual C++: Fixed testrunner compilation problems
This commit is contained in:
parent
e9f643f04c
commit
dfa8a2e67c
|
@ -148,7 +148,9 @@ public:
|
|||
|
||||
void check();
|
||||
|
||||
#ifndef UNIT_TESTING
|
||||
private:
|
||||
#endif
|
||||
|
||||
bool matchFunctionsThatReturnArg(const Token *tok, const std::string &varname);
|
||||
|
||||
|
|
|
@ -112,7 +112,9 @@ public:
|
|||
*/
|
||||
std::map<std::string, ClassInfo> _classInfoList;
|
||||
|
||||
#ifndef UNIT_TESTING
|
||||
private:
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Simplify variable declarations
|
||||
|
|
Loading…
Reference in New Issue