]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/hashmap.cpp
Use same type in both results of A?B:C operator (Tinderbox build fix).
[wxWidgets.git] / src / common / hashmap.cpp
index d5b3229b74fbe636f92e73bf5a6da2e52eb37e10..6612272118a24e813980c4740aab98e7a946e1c4 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        hashmap.cpp
+// Name:        src/common/hashmap.cpp
 // Purpose:     wxHashMap implementation
 // Author:      Mattia Barbon
 // Modified by:
@@ -13,7 +13,7 @@
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
 #include "wx/hashmap.h"