mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-01 02:39:22 +00:00
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