From: Vadim Zeitlin Date: Sun, 31 May 1998 00:08:01 +0000 (+0000) Subject: missing #endif X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6a0eb96b276c38a494b4c38744a41416fa2e0551 missing #endif git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/ole/uuid.h b/include/wx/msw/ole/uuid.h index a970267997..211ce71f5e 100644 --- a/include/wx/msw/ole/uuid.h +++ b/include/wx/msw/ole/uuid.h @@ -88,4 +88,4 @@ public: const char *CForm() const { return m_pszCForm; } }; -#endif // _OLEUUID_H \ No newline at end of file +#endif //_OLEUUID_H \ No newline at end of file