From d192c694c8bf65798b042853a23932d08dc806a1 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 18 Jan 2006 23:32:27 +0000 Subject: Fixed minor warnings/mismatched comments mainly in pjlib++ git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@122 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj++/file.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pjlib/include/pj++/file.hpp') 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, }; // -- cgit v1.2.3