[core] mark private_data field of the LassoKey structure as private

This commit is contained in:
Benjamin Dauvergne 2011-12-10 12:57:07 +01:00
parent 65b94cc1f5
commit 41538948ce
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ typedef enum _LassoKeyType {
struct _LassoKey {
LassoNode parent;
/*< private >*/
LassoKeyPrivate *private_data;
};