]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/snglinst.cpp
create the DIBs in correct (and not down up) line order
[wxWidgets.git] / src / msw / snglinst.cpp
index ab93c3d66b5e224185e947ee7bd405bda81467d3..bf4327656622c678d50b917f3dbf1b460098a179 100644 (file)
@@ -7,7 +7,7 @@
 // Created:     08.06.01
 // RCS-ID:      $Id$
 // Copyright:   (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// License:     wxWindows license
+// License:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -95,6 +95,8 @@ private:
 
     // the mutex handle, may be NULL
     HANDLE m_hMutex;
+
+    DECLARE_NO_COPY_CLASS(wxSingleInstanceCheckerImpl)
 };
 
 // ============================================================================