Get rid of the numeric literals.

This commit is contained in:
Roberto Raggi
2010-09-02 12:50:37 +02:00
parent c12866a467
commit a340cd118e
4 changed files with 21 additions and 0 deletions

View File

@@ -211,6 +211,8 @@ public:
bool hasSymbol(Symbol *symbol) const;
void squeeze();
private:
class Data;
friend class Data;