changed creation_time to time_t to get around Qt4.7 dependency

This commit is contained in:
Max-Wilhelm Bruker 2012-01-03 01:13:15 +01:00
parent 609e3fc41d
commit 7c2c6eac14
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
message ServerInfo_DeckStorage_File {
optional uint64 creation_time = 1;
optional uint32 creation_time = 1;
}
message ServerInfo_DeckStorage_Folder {