forked from mirrors/linphone-iphone
fix(CpimParse): move CPIM_GRAMMAR define in header
This commit is contained in:
parent
a10ee82fc1
commit
01294c1bcc
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue