minor fixes to #include
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
// Name: hashmap.cpp
|
// Name: hashmap.h
|
||||||
// Purpose: wxHashMap class
|
// Purpose: wxHashMap class
|
||||||
// Author: Mattia Barbon
|
// Author: Mattia Barbon
|
||||||
// Modified by:
|
// Modified by:
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
#pragma interface "hashmap.h"
|
#pragma interface "hashmap.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <wx/string.h>
|
#include "wx/string.h"
|
||||||
|
|
||||||
// private
|
// private
|
||||||
struct WXDLLEXPORT _wxHashTable_NodeBase
|
struct WXDLLEXPORT _wxHashTable_NodeBase
|
||||||
|
Reference in New Issue
Block a user