paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/include pgrect.h,1.4,1.5


From: Eric Ross <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pgrect.h,1.4,1.5
Date: Tue, 04 Jun 2002 01:20:19 -0400

Update of /cvsroot/paragui/paragui/include
In directory subversions:/tmp/cvs-serv13915

Modified Files:
        pgrect.h 
Log Message:
fixed "const" problem with Width() & Height() in PG_Rect


Index: pgrect.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgrect.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** pgrect.h    27 Apr 2002 15:36:55 -0000      1.4
--- pgrect.h    4 Jun 2002 05:20:16 -0000       1.5
***************
*** 134,138 ****
        @return                 width
        */
!       inline Uint16 Width() {
                return w;
        }
--- 134,138 ----
        @return                 width
        */
!       inline Uint16 Width() const {
                return w;
        }
***************
*** 142,146 ****
        @return                 height
        */
!       inline Uint16 Height() {
                return h;
        }
--- 142,146 ----
        @return                 height
        */
!       inline Uint16 Height() const {
                return h;
        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]