X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e49f47aa77457548df1a86f74c285ea3226b3cce..f135ff73b4b0b7c76a1fa3396f768c44f8dc204f:/include/wx/datstrm.h diff --git a/include/wx/datstrm.h b/include/wx/datstrm.h index 8d5b759dcd..de87a83323 100644 --- a/include/wx/datstrm.h +++ b/include/wx/datstrm.h @@ -9,8 +9,8 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -#ifndef __DATSTREAMH__ -#define __DATSTREAMH__ +#ifndef _WX_DATSTREAM_H_ +#define _WX_DATSTREAM_H_ #ifdef __GNUG__ #pragma interface "datstrm.h" @@ -45,4 +45,4 @@ class wxDataOutputStream: public wxFilterOutputStream { }; #endif - // __DATSTREAMH__ + // _WX_DATSTREAM_H_