Fix compiler warning warning C4512: 'PreprocessorMacro' : assignment operator could not be generated

This commit is contained in:
Reijo Tomperi 2009-10-10 23:01:33 +03:00
parent efbe65dad6
commit a7547f15e3
1 changed files with 2 additions and 0 deletions

View File

@ -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,