]> git.saurik.com Git - wxWidgets.git/commitdiff
fixup // comment header
authorRyan Norton <wxprojects@comcast.net>
Sat, 6 Nov 2004 06:57:24 +0000 (06:57 +0000)
committerRyan Norton <wxprojects@comcast.net>
Sat, 6 Nov 2004 06:57:24 +0000 (06:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/matrix.cpp

index 2d1b787edadbd5eb86ed4cb1d602d8c8d1638884..78a42518917487310c2730925bb243887686ae15 100644 (file)
@@ -1,3 +1,4 @@
+///////////////////////////////////////////////////////////////////////////////
 // Name:        matrix.cpp
 // Purpose:     wxTransformMatrix class
 // Author:      Chris Breeze, Julian Smart
@@ -6,7 +7,7 @@
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
-/////////////////////////////////////////////////////////////////////////////
+///////////////////////////////////////////////////////////////////////////////
 
 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "matrix.h"