From: Ryan Norton Date: Sat, 6 Nov 2004 06:57:24 +0000 (+0000) Subject: fixup // comment header X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/311765c2a864aa1c23d90108443fde554c52a0b3 fixup // comment header git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/matrix.cpp b/src/common/matrix.cpp index 2d1b787eda..78a4251891 100644 --- a/src/common/matrix.cpp +++ b/src/common/matrix.cpp @@ -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"