Build fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-06-15 18:14:22 +00:00
parent 18680f8651
commit 0433fd85f1

View File

@@ -1,12 +1,12 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: matrix.h // Name: wx/matrix.h
// Purpose: wxTransformMatrix class. NOT YET USED // Purpose: wxTransformMatrix class. NOT YET USED
// Author: Chris Breeze, Julian Smart // Author: Chris Breeze, Julian Smart
// Modified by: Klaas Holwerda // Modified by: Klaas Holwerda
// Created: 01/02/97 // Created: 01/02/97
// RCS-ID: $Id$ // RCS-ID: $Id$
// Copyright: (c) Julian Smart, Chris Breeze // Copyright: (c) Julian Smart, Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#ifndef _WX_MATRIXH__ #ifndef _WX_MATRIXH__
@@ -14,6 +14,7 @@
//! headerfiles="matrix.h wx/object.h" //! headerfiles="matrix.h wx/object.h"
#include "wx/object.h" #include "wx/object.h"
#include "wx/math.h"
//! codefiles="matrix.cpp" //! codefiles="matrix.cpp"