summaryrefslogtreecommitdiff
path: root/pjlib/include/pj++/file.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj++/file.hpp')
-rw-r--r--pjlib/include/pj++/file.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/pjlib/include/pj++/file.hpp b/pjlib/include/pj++/file.hpp
index 9efe53f5..1c44a56d 100644
--- a/pjlib/include/pj++/file.hpp
+++ b/pjlib/include/pj++/file.hpp
@@ -83,9 +83,9 @@ public:
//
enum Offset_Type
{
- SEEK_SET = PJ_SEEK_SET,
- SEEK_CUR = PJ_SEEK_CUR,
- SEEK_END = PJ_SEEK_END,
+ PJ_SEEK_SET = PJ_SEEK_SET,
+ PJ_SEEK_CUR = PJ_SEEK_CUR,
+ PJ_SEEK_END = PJ_SEEK_END,
};
//