Minor header cleaning.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-10-30 11:56:12 +00:00
parent 17ede0b11d
commit ce7208d49d
20 changed files with 45 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////////////
// Name: caret.h
// Name: wx/caret.h
// Purpose: wxCaretBase class - the interface of wxCaret
// Author: Vadim Zeitlin
// Modified by:
@@ -250,4 +250,3 @@ private:
#endif // wxUSE_CARET
#endif // _WX_CARET_H_BASE_