fix(CpimParse): move CPIM_GRAMMAR define in header

This commit is contained in:
Ronan Abhamon 2018-01-11 14:27:43 +01:00
parent a10ee82fc1
commit 01294c1bcc

View file

@ -30,14 +30,14 @@
#include "cpim-parser.h"
#define CPIM_GRAMMAR "cpim_grammar"
// =============================================================================
using namespace std;
LINPHONE_BEGIN_NAMESPACE
#define CPIM_GRAMMAR "cpim_grammar"
namespace Cpim {
class Node {
public: