X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d425deeb2ff4abe56e7b9cc85fa4e216ec94b36..263e3a8327f544990c7ba7edb8cd34994c908049:/src/common/execcmn.cpp?ds=inline

diff --git a/src/common/execcmn.cpp b/src/common/execcmn.cpp
index 61bb0e2d04..1d23ed6f1c 100644
--- a/src/common/execcmn.cpp
+++ b/src/common/execcmn.cpp
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        common/wxexec.cpp
+// Name:        src/common/execcmn.cpp
 // Purpose:     defines wxStreamTempInputBuffer which is used by Unix and MSW
 //              implementations of wxExecute; this file is only used by the
 //              library and never by the user code
@@ -68,7 +68,7 @@ private:
     // the size of the buffer
     size_t m_size;
 
-    DECLARE_NO_COPY_CLASS(wxStreamTempInputBuffer)
+    wxDECLARE_NO_COPY_CLASS(wxStreamTempInputBuffer);
 };
 
 inline wxStreamTempInputBuffer::wxStreamTempInputBuffer()