mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
add a inclusion guard to qlalr recognizer header
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
812ac6414a
commit
99d4fd065a
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,9 @@
|
||||||
**
|
**
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#ifndef RECOGNIZER_H
|
||||||
|
#define RECOGNIZER_H
|
||||||
|
|
||||||
#include <QtCore/QDebug>
|
#include <QtCore/QDebug>
|
||||||
#include <QtCore/QString>
|
#include <QtCore/QString>
|
||||||
#include <QtCore/QFile>
|
#include <QtCore/QFile>
|
||||||
|
@ -109,3 +112,5 @@ protected:
|
||||||
QString _M_current_value;
|
QString _M_current_value;
|
||||||
bool _M_no_lines;
|
bool _M_no_lines;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif // RECOGNIZER_H
|
||||||
|
|
Loading…
Add table
Reference in a new issue