paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/test windowtest.cpp,1.1.1.1,1.1.1.1.6.1


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/test windowtest.cpp,1.1.1.1,1.1.1.1.6.1
Date: Wed, 29 May 2002 18:11:48 -0400

Update of /cvsroot/paragui/paragui/test
In directory subversions:/tmp/cvs-serv15065/test

Modified Files:
      Tag: devel-1-0
        windowtest.cpp 
Log Message:
GCC 3.1 compilation fixes
Thanks Guillaume Cottenceau <address@hidden>



Index: windowtest.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/test/windowtest.cpp,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.6.1
diff -C2 -r1.1.1.1 -r1.1.1.1.6.1
*** windowtest.cpp      15 Apr 2002 13:22:29 -0000      1.1.1.1
--- windowtest.cpp      29 May 2002 22:11:46 -0000      1.1.1.1.6.1
***************
*** 13,17 ****
  };
  
! CMyWindow::CMyWindow(PG_Widget *parent,const PG_Rect& r,char *text,Uint32 
flags,const char* style = "Window") : PG_Window(parent,r,text,flags,style)
  
  {
--- 13,17 ----
  };
  
! CMyWindow::CMyWindow(PG_Widget *parent,const PG_Rect& r,char *text,Uint32 
flags,const char* style) : PG_Window(parent,r,text,flags,style)
  
  {




reply via email to

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