From 3bd832b2f3664fa3122c320e75622935ff965ccd Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 27 Jun 2020 13:51:01 +0200 Subject: [PATCH] Add comment after closing "#endif" for clarify No real changes. --- src/stc/PlatWX.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stc/PlatWX.cpp b/src/stc/PlatWX.cpp index e92fc22285..5bc0f60436 100644 --- a/src/stc/PlatWX.cpp +++ b/src/stc/PlatWX.cpp @@ -3217,7 +3217,7 @@ public: private: SurfaceFontDataD2D* m_surfaceFontData; }; -#endif +#endif // HAVE_DIRECTWRITE_TECHNOLOGY // A popup window to place the wxSTCListBox upon