Fix compiler warning warning C4512: 'PreprocessorMacro' : assignment operator could not be generated
This commit is contained in:
parent
efbe65dad6
commit
a7547f15e3
|
@ -1314,6 +1314,8 @@ private:
|
|||
/** The macro has parantheses but no parameters.. "AAA()" */
|
||||
bool _nopar;
|
||||
|
||||
/** disabled assignment operator */
|
||||
void operator=(const PreprocessorMacro &);
|
||||
public:
|
||||
/**
|
||||
* @param macro The code after #define, until end of line,
|
||||
|
|
Loading…
Reference in New Issue