From 6a0eb96b276c38a494b4c38744a41416fa2e0551 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 31 May 1998 00:08:01 +0000 Subject: [PATCH] missing #endif git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/ole/uuid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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