Applied patch [ 594416 ] MDI Previous Child
From Benjamin I. Williams git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -8,7 +8,7 @@ whose interface is a subset of the interface of STL containers.
|
||||
\begin{verbatim}
|
||||
class MyClass { /* ... */ };
|
||||
|
||||
// declare an hash map with string keys and int values
|
||||
// declare a hash map with string keys and int values
|
||||
WX_DECLARE_STRING_HASH_MAP( int, MyHash5 );
|
||||
// same, with int keys and MyClass* values
|
||||
WX_DECLARE_HASH_MAP( int, MyClass*, wxIntegerHash, wxIntegerEqual, MyHash1 );
|
||||
|
Reference in New Issue
Block a user