diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-06-10 13:37:53 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-06-10 13:37:53 +0000 |
| commit | 779200ca4cd27aed984c4b4179b7e04a14c6e7b4 (patch) | |
| tree | e42240a7b0e2d12ca3a1791e182786f9e3a48817 | |
| parent | 72361f16b3493de7508519a5173672887401e7c7 (diff) | |
| download | lasso-779200ca4cd27aed984c4b4179b7e04a14c6e7b4.tar.gz lasso-779200ca4cd27aed984c4b4179b7e04a14c6e7b4.tar.xz lasso-779200ca4cd27aed984c4b4179b7e04a14c6e7b4.zip | |
Fix collision between defined symbols in tools.h and private.h
| -rw-r--r-- | lasso/xml/private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lasso/xml/private.h b/lasso/xml/private.h index 60b6e2db..5125549e 100644 --- a/lasso/xml/private.h +++ b/lasso/xml/private.h @@ -22,8 +22,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef __LASSO_TOOLS_H__ -#define __LASSO_TOOLS_H__ +#ifndef __LASSO_XML_PRIVATE_H__ +#define __LASSO_XML_PRIVATE_H__ #ifdef __cplusplus extern "C" { @@ -238,4 +238,4 @@ void lasso_node_add_custom_namespace(LassoNode *node, const char *prefix, const } #endif /* __cplusplus */ -#endif /* __LASSO_TOOLS_H__ */ +#endif /* __LASSO_XML_PRIVATE_H__ */ |
