summaryrefslogtreecommitdiff
path: root/client/dvfile.h
diff options
context:
space:
mode:
authordeva <deva>2006-08-16 23:47:08 +0000
committerdeva <deva>2006-08-16 23:47:08 +0000
commite421c3f7e6ed8871bb11c6e7b17ce6ea23a77648 (patch)
tree41a274bcfeb6bf4fe6e893e9279b974fc950765b /client/dvfile.h
parentad5ef06ff97aac051f6d4287ce30239eda3925bd (diff)
Fjernede miav_config entry.
Replaced the old MiavConfig class with the new Configuration class in all the the appropriate places.
Diffstat (limited to 'client/dvfile.h')
-rw-r--r--client/dvfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dvfile.h b/client/dvfile.h
index 8a45044..ce0fb82 100644
--- a/client/dvfile.h
+++ b/client/dvfile.h
@@ -46,7 +46,7 @@ public:
Frame *readFrame();
private:
- long long last_frame;
+ long long unsigned int last_frame;
FILE* fp;
};