summaryrefslogtreecommitdiffhomepage
path: root/Owner.h
diff options
context:
space:
mode:
Diffstat (limited to 'Owner.h')
-rw-r--r--Owner.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Owner.h b/Owner.h
index b311f80..ac615f7 100644
--- a/Owner.h
+++ b/Owner.h
@@ -3,8 +3,8 @@
struct Owner
{
- const char* character;
- const char* corporation;
- const char* alliance;
- const char* faction;
+ long int character;
+ long int corporation;
+ long int alliance;
+ long int faction;
};