X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/753287c1fd79355d03f6f4263cedffb3b8074e9f..6ce8b8484654b5ab073951373c93d9bdd8221881:/utils/HelpGen/src/ifcontext.h diff --git a/utils/HelpGen/src/ifcontext.h b/utils/HelpGen/src/ifcontext.h index 50f2eaded2..419d7006b1 100644 --- a/utils/HelpGen/src/ifcontext.h +++ b/utils/HelpGen/src/ifcontext.h @@ -6,7 +6,7 @@ // Created: 27/12/98 // RCS-ID: $Id$ // Copyright: (c) Aleskandars Gluchovas -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __IFCONTEXT_G__ @@ -18,24 +18,24 @@ class spBookmark { public: - size_t mFrom; - size_t mLen; - size_t mFileNo; + size_t mFrom; + size_t mLen; + size_t mFileNo; - inline spBookmark() {} + inline spBookmark() {} - inline spBookmark( int from, int len, int fileNo ) - : mFrom( from ), mLen( len ), mFileNo( fileNo ) - {} + inline spBookmark( int from, int len, int fileNo ) + : mFrom( from ), mLen( len ), mFileNo( fileNo ) + {} }; #if defined( wxUSE_TEMPLATE_STL ) - typedef vector