]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dynarray.cpp
made wxCommandEvent::GetInt() return int, not long (patch 1473771)
[wxWidgets.git] / src / common / dynarray.cpp
index 4fc0f8ce40d65314f62adfac9c873517039ce452..ead8099c32aa42ca7be372d89d46b4487de4a1ce 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        dynarray.cpp
+// Name:        src/common/dynarray.cpp
 // Purpose:     implementation of wxBaseArray class
 // Author:      Vadim Zeitlin
 // Modified by:
 // headers
 // ============================================================================
 
+// For compilers that support precompilation, includes "wx.h".
 #include  "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-  #pragma hdrstop
+    #pragma hdrstop
 #endif
 
-#include "wx/dynarray.h"
+#ifndef WX_PRECOMP
+    #include "wx/dynarray.h"
+#endif //WX_PRECOMP
+
 #include "wx/intl.h"
 
 #include <stdlib.h>