paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/include pgapplication.h,1.3.6.8,1.3.6.9


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pgapplication.h,1.3.6.8,1.3.6.9
Date: Mon, 26 May 2003 10:09:49 -0400

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

Modified Files:
      Tag: devel-1-0
        pgapplication.h 
Log Message:
fixed a but in the PG_Application::GetWidget template (Thanks Chris)



Index: pgapplication.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgapplication.h,v
retrieving revision 1.3.6.8
retrieving revision 1.3.6.9
diff -C2 -r1.3.6.8 -r1.3.6.9
*** pgapplication.h     23 Apr 2003 08:45:44 -0000      1.3.6.8
--- pgapplication.h     26 May 2003 14:09:47 -0000      1.3.6.9
***************
*** 379,383 ****
        template<class T>
        static T* GetWidget(int id) {
!               return static_cast<T*>(GetWidgetById(Name));
        }
  
--- 379,383 ----
        template<class T>
        static T* GetWidget(int id) {
!               return static_cast<T*>(GetWidgetById(id));
        }
  





reply via email to

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