X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..c06bbbff2211c447a8a300eeece87d67fcd95095:/include/wx/palmos/checklst.h?ds=sidebyside diff --git a/include/wx/palmos/checklst.h b/include/wx/palmos/checklst.h index af3989e392..254a355b18 100644 --- a/include/wx/palmos/checklst.h +++ b/include/wx/palmos/checklst.h @@ -1,10 +1,10 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: checklst.h +// Name: wx/palmos/checklst.h // Purpose: wxCheckListBox class - a listbox with checkable items -// Author: William Osborne +// Author: William Osborne - minimal working wxPalmOS port // Modified by: // Created: 10/13/04 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) William Osborne // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -12,10 +12,6 @@ #ifndef __CHECKLST__H_ #define __CHECKLST__H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "checklst.h" -#endif - #if !wxUSE_OWNER_DRAWN #error "wxCheckListBox class requires owner-drawn functionality." #endif