summaryrefslogtreecommitdiff
path: root/src/persistence_client_library_data_organization.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/persistence_client_library_data_organization.h')
-rw-r--r--src/persistence_client_library_data_organization.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/persistence_client_library_data_organization.h b/src/persistence_client_library_data_organization.h
index df61287..85c0d4d 100644
--- a/src/persistence_client_library_data_organization.h
+++ b/src/persistence_client_library_data_organization.h
@@ -47,7 +47,7 @@ typedef struct _PersistenceDbContext_s
/// lofical database id
unsigned int ldbid;
/// user number
- unsigned int user_no;
+ int user_no;
/// seat number
unsigned int seat_no;
} PersistenceDbContext_s;