ekiga r7641 - trunk/lib/gui



Author: jpuydt
Date: Thu Feb  5 19:20:07 2009
New Revision: 7641
URL: http://svn.gnome.org/viewvc/ekiga?rev=7641&view=rev

Log:
Applied some patch from Thomas Andersen to fix an obsolete declaration style

Modified:
   trunk/lib/gui/dxwindow.cpp

Modified: trunk/lib/gui/dxwindow.cpp
==============================================================================
--- trunk/lib/gui/dxwindow.cpp	(original)
+++ trunk/lib/gui/dxwindow.cpp	Thu Feb  5 19:20:07 2009
@@ -1047,7 +1047,7 @@
 const char*
 DXWindow::DDErrorMessage(int code)
 {
-  const static char *error;
+  static const char *error;
   static char errormsg [1024];	
 
   switch (code) {



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