add a inclusion guard to qlalr recognizer header

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2016-10-24 17:12:25 +00:00
parent 812ac6414a
commit 99d4fd065a

View file

@ -39,6 +39,9 @@
**
****************************************************************************/
#ifndef RECOGNIZER_H
#define RECOGNIZER_H
#include <QtCore/QDebug>
#include <QtCore/QString>
#include <QtCore/QFile>
@ -109,3 +112,5 @@ protected:
QString _M_current_value;
bool _M_no_lines;
};
#endif // RECOGNIZER_H